org.LexGrid.LexBIG.caCore.applicationservice
Class RemoteExecutionResults
java.lang.Object
org.LexGrid.LexBIG.caCore.applicationservice.RemoteExecutionResults
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteExecutionResults
- extends java.lang.Object
- implements java.io.Serializable
Enables server to return not only the results of a remotely-executed method, but the
state of the underlying object as well, enabling the Proxy to be updated on the client.
- Author:
- Kevin Peterson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteExecutionResults
public RemoteExecutionResults(java.lang.Object obj,
java.lang.Object results)
getObj
public java.lang.Object getObj()
setObj
public void setObj(java.lang.Object obj)
getReturnValue
public java.lang.Object getReturnValue()
setReturnValue
public void setReturnValue(java.lang.Object returnValue)