|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.retrogui.dualrpc.common.RpcResultPayloadContainer
Container for an rpc result message. Also has an attribute to indicate the payloadType of result (successful rpc call or failure)
| Constructor Summary | |
RpcResultPayloadContainer()
Creates a new RpcResultContainer object. |
|
RpcResultPayloadContainer(java.lang.String rpcResultMessageType,
AbstractRpcResultPayload payload)
Creates a new RpcResultPayloadContainer object. |
|
| Method Summary | |
AbstractRpcResultPayload |
getRpcMessagePayload()
getter for payload |
java.lang.String |
getRpcResultPayloadType()
getter for result payloadType |
void |
setRpcMessagePayload(AbstractRpcResultPayload message)
setter for payload |
void |
setRpcResultMessageType(java.lang.String string)
setter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RpcResultPayloadContainer()
public RpcResultPayloadContainer(java.lang.String rpcResultMessageType,
AbstractRpcResultPayload payload)
rpcResultMessageType - payload - | Method Detail |
public java.lang.String getRpcResultPayloadType()
public void setRpcResultMessageType(java.lang.String string)
string - public AbstractRpcResultPayload getRpcMessagePayload()
public void setRpcMessagePayload(AbstractRpcResultPayload message)
message -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||