Public Member Functions | Package Attributes

si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse Class Reference

Inheritance diagram for si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse:
si.ijs.acs.objectexplorer.engine.RemoteResponse

List of all members.

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 ()
boolean isErrorResponse ()
void setErrorResponse (boolean error)
long getTimestamp ()

Package Attributes

RemoteResponseCallback cb = null
boolean destroy = false

Detailed Description

Insert the type's description here. Creation date: (13.11.2000 20:35:50)

Author:
:

Constructor & Destructor Documentation

si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse.BACIRemoteResponse ( BACIInvocation  invoc,
String  opName,
String[]  names,
Object[]  data 
)

Member Function Documentation

java.lang.Object [] si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse.getData (  ) 

Insert the method's description here. Creation date: (13.11.2000 20:35:50)

Returns:
java.lang.Object[]

Implements si.ijs.acs.objectexplorer.engine.RemoteResponse.

java.lang.String [] si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse.getDataNames (  ) 

Insert the method's description here. Creation date: (13.11.2000 20:35:50)

Returns:
java.lang.String[]

Implements si.ijs.acs.objectexplorer.engine.RemoteResponse.

Invocation si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse.getInvocation (  ) 
String si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse.getName (  ) 

Insert the method's description here. Creation date: (13.11.2000 20:35:50)

Returns:
java.lang.String

Implements si.ijs.acs.objectexplorer.engine.RemoteResponse.

int si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse.getSequenceNumber (  ) 

Insert the method's description here. Creation date: (13.11.2000 20:35:50)

Returns:
int

Implements si.ijs.acs.objectexplorer.engine.RemoteResponse.

long si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse.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.

Returns:
timestamp of the response.

Implements si.ijs.acs.objectexplorer.engine.RemoteResponse.

boolean si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse.isErrorResponse (  ) 

Returns true if, during the invocation of this method, the engine determined that the remote object responded with error completion.

Returns:
true if the method invocation was completed with error

Implements si.ijs.acs.objectexplorer.engine.RemoteResponse.

void si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteResponse.setErrorResponse ( boolean  error  ) 
Parameters:
error The error to set.

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties