
Public Member Functions | |
| String[] | getDataNames () |
| Invocation | getInvocation () |
| String | getName () |
| int | getSequenceNumber () |
| boolean | isErrorResponse () |
| long | getTimestamp () |
Package Functions | |
| Object[] | getData () |
A data structure representing an asynchronous notification (monitor, callback, alarm). The structure contains the name of the method invoked by the server and all the parameters passed by the server.
| Object [] si::ijs::acs::objectexplorer::engine::RemoteResponse::getData | ( | ) | [package] |
Returns the data passed by the server to the client in the asynchronous calls. The names of the parameters are passed in the corresponding dataNames array.
Implemented in si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse, si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse, and si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse.
Referenced by si::ijs::acs::objectexplorer::RemoteResponseWindow::fillTrendList(), si::ijs::acs::objectexplorer::RemoteResponseWindow::processChartValues(), and si::ijs::acs::objectexplorer::ReporterBean::toString().
| String [] si::ijs::acs::objectexplorer::engine::RemoteResponse::getDataNames | ( | ) |
Returns the names of the parameter values stored in the corresponding data array.
Implemented in si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse, si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse, and si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse.
Referenced by si::ijs::acs::objectexplorer::RemoteResponseWindow::fillTrendList(), and si::ijs::acs::objectexplorer::ReporterBean::toString().
| Invocation si::ijs::acs::objectexplorer::engine::RemoteResponse::getInvocation | ( | ) |
Returns the Invocation object that caused this response to be generated.
Invocation that represents the remote process generating these responses Implemented in si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse, si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse, and si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse.
Referenced by si::ijs::acs::objectexplorer::RemoteResponseWindow::RemoteResponseWindow(), si::ijs::acs::objectexplorer::RemoteResponseWindow::remoteResponseWindow_Initialize(), si::ijs::acs::objectexplorer::ReporterBean::reportRemoteResponse(), si::ijs::acs::objectexplorer::ReporterBean::toString(), and si::ijs::acs::objectexplorer::RemoteResponseWindow::IvjEventHandler::windowClosed().
| String si::ijs::acs::objectexplorer::engine::RemoteResponse::getName | ( | ) |
Returns the name of the callback method invoked by the server. This name will be interpreted as the asynchronous "message" or "event", accompanied by the data array.
Implemented in si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse, si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse, and si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse.
Referenced by si::ijs::acs::objectexplorer::ReporterBean::reportRemoteResponse(), si::ijs::acs::objectexplorer::RemoteResponseWindow::reportRemoteResponse(), and si::ijs::acs::objectexplorer::ReporterBean::toString().
| int si::ijs::acs::objectexplorer::engine::RemoteResponse::getSequenceNumber | ( | ) |
Returns a unique response sequence number of this response.
Implemented in si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteResponse, si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse, and si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse.
Referenced by si::ijs::acs::objectexplorer::ReporterBean::reportRemoteResponse(), si::ijs::acs::objectexplorer::RemoteResponseWindow::reportRemoteResponse(), and si::ijs::acs::objectexplorer::ReporterBean::toString().
| long si::ijs::acs::objectexplorer::engine::RemoteResponse::getTimestamp | ( | ) |
Return timestamp of the response. Engine should use server timestamp that correspond to the data timestamp. If not available System.currentTimeMillis() should be used.
Implemented in si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse.
Referenced by si::ijs::acs::objectexplorer::RemoteResponseWindow::processChartValues(), and si::ijs::acs::objectexplorer::ReporterBean::toString().
| boolean si::ijs::acs::objectexplorer::engine::RemoteResponse::isErrorResponse | ( | ) |
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 Implemented in si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteResponse.
Referenced by si::ijs::acs::objectexplorer::ReporterBean::reportRemoteResponse(), and si::ijs::acs::objectexplorer::RemoteResponseWindow::reportRemoteResponse().
1.6.2