

Public Member Functions | |
| BACIRemoteResponse (BACIInvocation invoc, String opName, String[] names, Object[] data) | |
| java.lang.Object[] | getData () |
| java.lang.String[] | getDataNames () |
| Invocation | getInvocation () |
| String | getName () |
| int | getSequenceNumber () |
Package Attributes | |
| RemoteResponseCallback | cb = null |
| boolean | destroy = false |
Private Attributes | |
| Object[] | data = null |
| String[] | names = null |
| String | opName = null |
| int | SN = 0 |
| BACIInvocation | invoc = null |
Static Private Attributes | |
| static int | serial = 0 |
Insert the type's description here. Creation date: (13.11.2000 20:35:50)
| si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::BACIRemoteResponse | ( | BACIInvocation | invoc, | |
| String | opName, | |||
| String[] | names, | |||
| Object[] | data | |||
| ) | [inline] |
BACIRemoteResponse constructor comment.
References si::ijs::acs::objectexplorer::engine::ANKA::BACIInvocation::responseCount, and SN.
| java.lang.Object [] si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::getData | ( | ) | [inline] |
Insert the method's description here. Creation date: (13.11.2000 20:35:50)
Implements si::ijs::acs::objectexplorer::engine::RemoteResponse.
References data.
| java.lang.String [] si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::getDataNames | ( | ) | [inline] |
Insert the method's description here. Creation date: (13.11.2000 20:35:50)
Implements si::ijs::acs::objectexplorer::engine::RemoteResponse.
References names.
| Invocation si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::getInvocation | ( | ) | [inline] |
Insert the method's description here. Creation date: (1.12.2000 13:44:56)
Implements si::ijs::acs::objectexplorer::engine::RemoteResponse.
References invoc.
Referenced by si::ijs::acs::objectexplorer::engine::ANKA::ANKARemoteAccess::Dispatcher::add(), and si::ijs::acs::objectexplorer::engine::ANKA::ANKARemoteAccess::Dispatcher::run().
| String si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::getName | ( | ) | [inline] |
Insert the method's description here. Creation date: (13.11.2000 20:35:50)
Implements si::ijs::acs::objectexplorer::engine::RemoteResponse.
References opName.
| int si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::getSequenceNumber | ( | ) | [inline] |
Insert the method's description here. Creation date: (13.11.2000 20:35:50)
Implements si::ijs::acs::objectexplorer::engine::RemoteResponse.
References SN.
Object [] si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::data = null [private] |
Referenced by getData().
boolean si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::destroy = false [package] |
BACIInvocation si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::invoc = null [private] |
Referenced by getInvocation().
String [] si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::names = null [private] |
Referenced by getDataNames().
String si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::opName = null [private] |
Referenced by getName().
int si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::serial = 0 [static, private] |
int si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse::SN = 0 [private] |
Referenced by BACIRemoteResponse(), and getSequenceNumber().
1.6.2