

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 () |
| BACIRemoteResponse (BACIInvocation invoc, String opName, String[] names, Object[] data) | |
| java.lang.Object[] | getData () |
| java.lang.String[] | getDataNames () |
| Invocation | getInvocation () |
| String | getName () |
| int | getSequenceNumber () |
| boolean | isErrorResponse () |
| void | setErrorResponse (boolean error) |
| long | getTimestamp () |
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 |
| boolean | error = false |
| long | timestamp = System.currentTimeMillis() |
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::BACI::BACIRemoteResponse::BACIRemoteResponse | ( | BACIInvocation | invoc, | |
| String | opName, | |||
| String[] | names, | |||
| Object[] | data | |||
| ) | [inline] |
BACIRemoteResponse constructor comment.
References si::ijs::acs::objectexplorer::engine::BACI::BACIInvocation::responseCount, and SN.
| si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::BACIRemoteResponse | ( | BACIInvocation | invoc, | |
| String | opName, | |||
| String[] | names, | |||
| Object[] | data | |||
| ) | [inline] |
BACIRemoteResponse constructor comment.
References si::ijs::acs::objectexplorer::engine::BACI::BACIInvocation::responseCount, SN, alma::ACSErr::Completion::timeStamp, and timestamp.
| java.lang.Object [] si::ijs::acs::objectexplorer::engine::BACI::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.Object [] si::ijs::acs::objectexplorer::engine::BACI::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::BACI::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.
| java.lang.String [] si::ijs::acs::objectexplorer::engine::BACI::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::BACI::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.
| Invocation si::ijs::acs::objectexplorer::engine::BACI::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::BACI::BACIRemoteAccess::Dispatcher::add(), and si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::Dispatcher::run().
| String si::ijs::acs::objectexplorer::engine::BACI::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.
| String si::ijs::acs::objectexplorer::engine::BACI::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::BACI::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.
| int si::ijs::acs::objectexplorer::engine::BACI::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.
| long si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::getTimestamp | ( | ) | [inline] |
Return timestamp of the response. Engine should use server timestamp that correspond to the data timestamp. If not available System.currentTimeMillis() should be used.
Implements si::ijs::acs::objectexplorer::engine::RemoteResponse.
References timestamp.
| boolean si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::isErrorResponse | ( | ) | [inline] |
Returns true if, during the invocation of this method, the engine determined that the remote object responded with error completion.
true if the method invocation was completed with error Implements si::ijs::acs::objectexplorer::engine::RemoteResponse.
References error.
| void si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::setErrorResponse | ( | boolean | error | ) | [inline] |
| error | The error to set. |
Referenced by si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::CallbackImpl::invoke().
Object [] si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::data = null [private] |
Referenced by getData().
boolean si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::destroy = false [package] |
boolean si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::error = false [private] |
Referenced by isErrorResponse().
BACIInvocation si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::invoc = null [private] |
Referenced by getInvocation().
String [] si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::names = null [private] |
Referenced by getDataNames().
String si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::opName = null [private] |
Referenced by getName().
int si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::serial = 0 [static, private] |
int si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::SN = 0 [private] |
Referenced by BACIRemoteResponse(), and getSequenceNumber().
long si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse::timestamp = System.currentTimeMillis() [private] |
Referenced by BACIRemoteResponse(), and getTimestamp().
1.6.2