org.LexGrid.LexBIG.caCore.applicationservice
Class RemoteExecutionResults

java.lang.Object
  extended by 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

Constructor Summary
RemoteExecutionResults(java.lang.Object obj, java.lang.Object results)
           
 
Method Summary
 java.lang.Object getObj()
           
 java.lang.Object getReturnValue()
           
 void setObj(java.lang.Object obj)
           
 void setReturnValue(java.lang.Object returnValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteExecutionResults

public RemoteExecutionResults(java.lang.Object obj,
                              java.lang.Object results)
Method Detail

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)