public interface RemoteResponse
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getData()
Returns the data passed by the server to the client
in the asynchronous calls.
|
java.lang.String[] |
getDataNames()
Returns the names of the parameter values stored in
the corresponding
data array. |
Invocation |
getInvocation()
Returns the
Invocation object that caused
this response to be generated. |
java.lang.String |
getName()
Returns the name of the callback method invoked by the
server.
|
int |
getSequenceNumber()
Returns a unique response sequence number of this response.
|
long |
getTimestamp()
Return timestamp of the response.
|
boolean |
isErrorResponse()
Returns
true if, during the invocation of this method,
the engine determined that the remote object responded with error completion. |
java.lang.Object[] getData()
dataNames
array.java.lang.String[] getDataNames()
data array.Invocation getInvocation()
Invocation object that caused
this response to be generated.Invocation that represents the remote
process generating these responsesjava.lang.String getName()
data
array.int getSequenceNumber()
boolean isErrorResponse()
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 errorlong getTimestamp()
System.currentTimeMillis() should be used.