gumbo.visualize.data
Class TestServerAgent.MsgSetClientDataCommand
java.lang.Object
|
+--gumbo.net.msg.Message
|
+--gumbo.visualize.data.TestServerAgent.MsgSetClientDataCommand
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- TestServerAgent
- public static class TestServerAgent.MsgSetClientDataCommand
- extends Message
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getBodyVersion()
Gets the version for the message body data format. |
java.lang.Object |
getClientData()
|
java.lang.Object |
getClientId()
|
java.lang.String |
toBodyString()
Creates a new string representing the contents of the message body for
status messages. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestServerAgent.MsgSetClientDataCommand
public TestServerAgent.MsgSetClientDataCommand(java.lang.Object clientId,
java.lang.Object clientData)
getClientId
public java.lang.Object getClientId()
getClientData
public java.lang.Object getClientData()
getBodyVersion
public java.lang.String getBodyVersion()
- Description copied from class:
Message
- Gets the version for the message body data format. Used for head
creation. Never null.
- Specified by:
getBodyVersion
in class Message
toBodyString
public java.lang.String toBodyString()
- Description copied from class:
Message
- Creates a new string representing the contents of the message body for
status messages. Never null.
- Specified by:
toBodyString
in class Message