

Public Member Functions | |
| BACIRemoteCall (BACIRemote node, BACIAttribute att, Object[] param, Object retVal, boolean timeout, Throwable exception) | |
| BACIRemoteCall (BACIRemote node, BACIOperation op, Object[] params, Object retVal, Object[] auxRetVal) | |
| BACIRemoteCall (BACIRemote node, BACIOperation op, Object[] params, Throwable exception) | |
| BACIRemoteCall (BACIRemote node, BACIOperation op, Object[] params, boolean timeout) | |
| si.ijs.acs.objectexplorer.engine.Attribute | getAttribute () |
| java.lang.Object[] | getAuxReturnValues () |
| SimpleIntrospectable | getIntrospectable () |
| Operation | getOperation () |
| java.lang.Object[] | getParameters () |
| int | getSN () |
| Object | getSyncReturnValue () |
| Throwable | getThrowable () |
| boolean | isAttributeAccess () |
| boolean | isTimeout () |
Private Member Functions | |
| BACIRemoteCall (BACIRemote node, BACIOperation op, Object[] params, Object retVal, Object[] auxRetVal, Throwable exception, boolean timeout) | |
Private Attributes | |
| BACIRemote | node = null |
| BACIOperation | op = null |
| Object[] | params = null |
| Object | retVal = null |
| java.lang.Object[] | auxRetVal = null |
| int | serial = 0 |
| boolean | timeout = false |
| Attribute | att = null |
Static Private Attributes | |
| static int | SN = 0 |
Insert the type's description here. Creation date: (2.11.2000 23:00:55)
| si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::BACIRemoteCall | ( | BACIRemote | node, | |
| BACIAttribute | att, | |||
| Object[] | param, | |||
| Object | retVal, | |||
| boolean | timeout, | |||
| Throwable | exception | |||
| ) | [inline] |
Insert the method's description here. Creation date: (7.11.2000 23:06:33)
| node | si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode | |
| att | si.ijs.acs.objectexplorer.engine.BACI.BACIAttribute | |
| param | java.lang.Object | |
| retVal | java.lang.Object | |
| timeout | boolean | |
| exception | java.lang.Throwable |
| si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::BACIRemoteCall | ( | BACIRemote | node, | |
| BACIOperation | op, | |||
| Object[] | params, | |||
| Object | retVal, | |||
| Object[] | auxRetVal | |||
| ) | [inline] |
Insert the method's description here. Creation date: (3.11.2000 0:04:15)
| node | si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode | |
| op | si.ijs.acs.objectexplorer.engine.Operation | |
| params | java.lang.Object[] | |
| retVal | java.lang.Object | |
| auxRetVal | java.lang.Object[] |
| si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::BACIRemoteCall | ( | BACIRemote | node, | |
| BACIOperation | op, | |||
| Object[] | params, | |||
| Object | retVal, | |||
| Object[] | auxRetVal, | |||
| Throwable | exception, | |||
| boolean | timeout | |||
| ) | [inline, private] |
BACIRemoteCall constructor comment.
| si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::BACIRemoteCall | ( | BACIRemote | node, | |
| BACIOperation | op, | |||
| Object[] | params, | |||
| Throwable | exception | |||
| ) | [inline] |
Insert the method's description here. Creation date: (3.11.2000 0:05:49)
| node | si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode | |
| op | si.ijs.acs.objectexplorer.engine.BACI.BACIOperation | |
| params | java.lang.Object[] | |
| exception | java.lang.Throwable |
| si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::BACIRemoteCall | ( | BACIRemote | node, | |
| BACIOperation | op, | |||
| Object[] | params, | |||
| boolean | timeout | |||
| ) | [inline] |
Insert the method's description here. Creation date: (3.11.2000 0:06:12)
| node | si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode | |
| op | si.ijs.acs.objectexplorer.engine.BACI.BACIOperation | |
| params | java.lang.Object[] | |
| timeout | boolean |
| si.ijs.acs.objectexplorer.engine.Attribute si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::getAttribute | ( | ) | [inline] |
Insert the method's description here. Creation date: (7.11.2000 23:04:20)
Implements si::ijs::acs::objectexplorer::engine::RemoteCall.
References att.
| java.lang.Object [] si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::getAuxReturnValues | ( | ) | [inline] |
Insert the method's description here. Creation date: (2.11.2000 23:00:55)
Implements si::ijs::acs::objectexplorer::engine::RemoteCall.
References auxRetVal.
| SimpleIntrospectable si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::getIntrospectable | ( | ) | [inline] |
Insert the method's description here. Creation date: (2.11.2000 23:54:31)
Implements si::ijs::acs::objectexplorer::engine::RemoteCall.
References node.
| Operation si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::getOperation | ( | ) | [inline] |
Insert the method's description here. Creation date: (2.11.2000 23:00:55)
Implements si::ijs::acs::objectexplorer::engine::RemoteCall.
References op.
| java.lang.Object [] si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::getParameters | ( | ) | [inline] |
Insert the method's description here. Creation date: (2.11.2000 23:00:55)
Implements si::ijs::acs::objectexplorer::engine::RemoteCall.
References params.
| int si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::getSN | ( | ) | [inline] |
Insert the method's description here. Creation date: (2.11.2000 23:00:55)
Implements si::ijs::acs::objectexplorer::engine::RemoteCall.
References serial.
| Object si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::getSyncReturnValue | ( | ) | [inline] |
Insert the method's description here. Creation date: (2.11.2000 23:00:55)
Implements si::ijs::acs::objectexplorer::engine::RemoteCall.
References retVal.
| Throwable si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::getThrowable | ( | ) | [inline] |
Insert the method's description here. Creation date: (2.11.2000 23:00:55)
Implements si::ijs::acs::objectexplorer::engine::RemoteCall.
| boolean si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::isAttributeAccess | ( | ) | [inline] |
Insert the method's description here. Creation date: (7.11.2000 23:04:20)
Implements si::ijs::acs::objectexplorer::engine::RemoteCall.
References att.
| boolean si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::isTimeout | ( | ) | [inline] |
Insert the method's description here. Creation date: (3.11.2000 0:01:21)
Implements si::ijs::acs::objectexplorer::engine::RemoteCall.
References timeout.
Attribute si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::att = null [private] |
Referenced by getAttribute(), and isAttributeAccess().
java.lang.Object [] si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::auxRetVal = null [private] |
Referenced by getAuxReturnValues().
Referenced by getIntrospectable().
Referenced by getOperation().
Object [] si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::params = null [private] |
Referenced by getParameters().
Object si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::retVal = null [private] |
Referenced by getSyncReturnValue().
int si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::serial = 0 [private] |
Referenced by BACIRemoteCall(), and getSN().
int si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::SN = 0 [static, private] |
Referenced by BACIRemoteCall().
boolean si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteCall::timeout = false [private] |
Referenced by isTimeout().
1.6.2