public class BACIRemoteCall extends java.lang.Object implements RemoteCall
| Constructor and Description |
|---|
BACIRemoteCall(BACIRemote node,
BACIAttribute att,
java.lang.Object[] param,
java.lang.Object retVal,
boolean timeout,
java.lang.Throwable exception)
Insert the method's description here.
|
BACIRemoteCall(BACIRemote node,
BACIOperation op,
java.lang.Object[] params,
boolean timeout)
Insert the method's description here.
|
BACIRemoteCall(BACIRemote node,
BACIOperation op,
java.lang.Object[] params,
java.lang.Object retVal,
java.lang.Object[] auxRetVal)
Insert the method's description here.
|
BACIRemoteCall(BACIRemote node,
BACIOperation op,
java.lang.Object[] params,
java.lang.Throwable exception)
Insert the method's description here.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAttribute()
Insert the method's description here.
|
java.lang.Object[] |
getAuxReturnValues()
Insert the method's description here.
|
SimpleIntrospectable |
getIntrospectable()
Insert the method's description here.
|
Operation |
getOperation()
Insert the method's description here.
|
java.lang.Object[] |
getParameters()
Insert the method's description here.
|
int |
getSN()
Insert the method's description here.
|
java.lang.Object |
getSyncReturnValue()
Insert the method's description here.
|
java.lang.Throwable |
getThrowable()
Insert the method's description here.
|
boolean |
isAttributeAccess()
Insert the method's description here.
|
boolean |
isErrorResponse()
Returns
true if, during the invocation of this method,
the engine determined that the remote object responded with error completion. |
boolean |
isTimeout()
Insert the method's description here.
|
void |
setErrorResponse(boolean error) |
public BACIRemoteCall(BACIRemote node, BACIAttribute att, java.lang.Object[] param, java.lang.Object retVal, boolean timeout, java.lang.Throwable exception)
node - si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNodeatt - si.ijs.acs.objectexplorer.engine.BACI.BACIAttributeparam - java.lang.ObjectretVal - java.lang.Objecttimeout - booleanexception - java.lang.Throwablepublic BACIRemoteCall(BACIRemote node, BACIOperation op, java.lang.Object[] params, java.lang.Object retVal, java.lang.Object[] auxRetVal)
node - si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNodeop - si.ijs.acs.objectexplorer.engine.Operationparams - java.lang.Object[]retVal - java.lang.ObjectauxRetVal - java.lang.Object[]public BACIRemoteCall(BACIRemote node, BACIOperation op, java.lang.Object[] params, java.lang.Throwable exception)
node - si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNodeop - si.ijs.acs.objectexplorer.engine.BACI.BACIOperationparams - java.lang.Object[]exception - java.lang.Throwablepublic BACIRemoteCall(BACIRemote node, BACIOperation op, java.lang.Object[] params, boolean timeout)
node - si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNodeop - si.ijs.acs.objectexplorer.engine.BACI.BACIOperationparams - java.lang.Object[]timeout - booleanpublic Attribute getAttribute()
getAttribute in interface RemoteCallpublic java.lang.Object[] getAuxReturnValues()
getAuxReturnValues in interface RemoteCallpublic SimpleIntrospectable getIntrospectable()
getIntrospectable in interface RemoteCallpublic Operation getOperation()
getOperation in interface RemoteCallpublic java.lang.Object[] getParameters()
getParameters in interface RemoteCallpublic int getSN()
getSN in interface RemoteCallpublic java.lang.Object getSyncReturnValue()
getSyncReturnValue in interface RemoteCallpublic java.lang.Throwable getThrowable()
getThrowable in interface RemoteCallpublic boolean isAttributeAccess()
isAttributeAccess in interface RemoteCallpublic boolean isTimeout()
isTimeout in interface RemoteCallpublic boolean isErrorResponse()
RemoteCalltrue if, during the invocation of this method,
the engine determined that the remote object responded with error completion.isErrorResponse in interface RemoteCalltrue if the method invocation was
completed with errorpublic void setErrorResponse(boolean error)
error - The error to set.