
Public Member Functions | |
| void | run () |
Private Member Functions | |
| OperationAcquiry (ListsHandlerBean in_parent, ReporterBean reporter, Object ob, Object[] params) | |
Private Attributes | |
| ListsHandlerBean | parent = null |
| ReporterBean | reporter = null |
| NotificationBean | notifier = null |
| Object[] | params = null |
| Object | ob = null |
This type is a thread that handles the execution of an Operation on an object and returning the RemoteCall, which includes the return value.
Creation date: (9/26/98 10:40:53 AM)
| si::ijs::acs::objectexplorer::ListsHandlerBean::OperationAcquiry::OperationAcquiry | ( | ListsHandlerBean | in_parent, | |
| ReporterBean | reporter, | |||
| Object | ob, | |||
| Object[] | params | |||
| ) | [inline, private] |
ComponentNamesSearching constructor comment.
References si::ijs::acs::objectexplorer::ListsHandlerBean::notifier, notifier, and parent.
| void si::ijs::acs::objectexplorer::ListsHandlerBean::OperationAcquiry::run | ( | ) | [inline] |
Insert the method's description here. Creation date: (9/26/98 11:11:15 AM)
References si::ijs::acs::objectexplorer::NodeRequestListener::addNode(), si::ijs::acs::objectexplorer::engine::Operation::getIntrospectable(), si::ijs::acs::objectexplorer::engine::Invocation::getInvocationRequest(), si::ijs::acs::objectexplorer::engine::Operation::invoke(), si::ijs::acs::objectexplorer::engine::Attribute::invokeAccessor(), si::ijs::acs::objectexplorer::engine::Operation::invokeAsync(), si::ijs::acs::objectexplorer::engine::Invocation::isControllable(), si::ijs::acs::objectexplorer::engine::Operation::isInvocation(), si::ijs::acs::objectexplorer::ListsHandlerBean::nodeRequestListener, notifier, ob, params, parent, si::ijs::acs::objectexplorer::NotificationBean::reportDebug(), reporter, si::ijs::acs::objectexplorer::NotificationBean::reportError(), si::ijs::acs::objectexplorer::ReporterBean::reportRemoteCall(), and si::ijs::acs::objectexplorer::OERemoteResponseCallback::setInvocation().
NotificationBean si::ijs::acs::objectexplorer::ListsHandlerBean::OperationAcquiry::notifier = null [private] |
Referenced by OperationAcquiry(), and run().
Object si::ijs::acs::objectexplorer::ListsHandlerBean::OperationAcquiry::ob = null [private] |
Referenced by run().
Object [] si::ijs::acs::objectexplorer::ListsHandlerBean::OperationAcquiry::params = null [private] |
Referenced by run().
ListsHandlerBean si::ijs::acs::objectexplorer::ListsHandlerBean::OperationAcquiry::parent = null [private] |
Referenced by OperationAcquiry(), and run().
ReporterBean si::ijs::acs::objectexplorer::ListsHandlerBean::OperationAcquiry::reporter = null [private] |
Referenced by run().
1.6.2