public class BACIRemoteResponse extends java.lang.Object implements RemoteResponse
| Constructor and Description |
|---|
BACIRemoteResponse(BACIInvocation invoc,
java.lang.String opName,
java.lang.String[] names,
java.lang.Object[] data)
BACIRemoteResponse constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getData()
Insert the method's description here.
|
java.lang.String[] |
getDataNames()
Insert the method's description here.
|
Invocation |
getInvocation()
Insert the method's description here.
|
java.lang.String |
getName()
Insert the method's description here.
|
int |
getSequenceNumber()
Insert the method's description here.
|
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. |
void |
setErrorResponse(boolean error) |
public BACIRemoteResponse(BACIInvocation invoc, java.lang.String opName, java.lang.String[] names, java.lang.Object[] data)
public java.lang.Object[] getData()
getData in interface RemoteResponsepublic java.lang.String[] getDataNames()
getDataNames in interface RemoteResponsepublic Invocation getInvocation()
getInvocation in interface RemoteResponsepublic java.lang.String getName()
getName in interface RemoteResponsepublic int getSequenceNumber()
getSequenceNumber in interface RemoteResponsepublic boolean isErrorResponse()
RemoteResponsetrue if, during the invocation of this method,
the engine determined that the remote object responded with error completion.isErrorResponse in interface RemoteResponsetrue if the method invocation was
completed with errorpublic void setErrorResponse(boolean error)
error - The error to set.public long getTimestamp()
RemoteResponseSystem.currentTimeMillis() should be used.getTimestamp in interface RemoteResponse