com.retrogui.dualrpc.common
Class RpcResultPayload

java.lang.Object
  extended bycom.retrogui.dualrpc.common.AbstractRpcResultPayload
      extended bycom.retrogui.dualrpc.common.RpcResultPayload
All Implemented Interfaces:
java.io.Serializable

public class RpcResultPayload
extends AbstractRpcResultPayload
implements java.io.Serializable

Store rpc result

See Also:
Serialized Form

Constructor Summary
RpcResultPayload(java.lang.Object resultObject, java.lang.String originalRpcCallMessageId)
          Creates a new RPCResult object for a result of a successful rpc call.
 
Method Summary
 java.lang.String getOriginatingRpcCallMessageId()
          getter
 java.lang.Object getResultObject()
          getter
 void setOriginatingRpcCallMessageId(java.lang.String string)
          setter
 void setResultObject(java.lang.Object obj)
          setter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcResultPayload

public RpcResultPayload(java.lang.Object resultObject,
                        java.lang.String originalRpcCallMessageId)
Creates a new RPCResult object for a result of a successful rpc call.

Parameters:
resultObject -
originalRpcCallMessageId -
Method Detail

getResultObject

public java.lang.Object getResultObject()
getter

Returns:

setResultObject

public void setResultObject(java.lang.Object obj)
setter


getOriginatingRpcCallMessageId

public java.lang.String getOriginatingRpcCallMessageId()
getter

Specified by:
getOriginatingRpcCallMessageId in class AbstractRpcResultPayload
Returns:

setOriginatingRpcCallMessageId

public void setOriginatingRpcCallMessageId(java.lang.String string)
setter

Specified by:
setOriginatingRpcCallMessageId in class AbstractRpcResultPayload
Parameters:
string -