gumbo.visualize.data
Class TestClientAgent.MsgGraphOpenRequest

java.lang.Object
  |
  +--gumbo.net.msg.Message
        |
        +--gumbo.visualize.data.TestClientAgent.MsgGraphOpenRequest
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TestClientAgent

public static class TestClientAgent.MsgGraphOpenRequest
extends Message

See Also:
Serialized Form

Constructor Summary
TestClientAgent.MsgGraphOpenRequest()
           
 
Method Summary
 java.lang.String getBodyVersion()
          Gets the version for the message body data format.
 java.lang.String toBodyString()
          Creates a new string representing the contents of the message body for status messages.
 
Methods inherited from class gumbo.net.msg.Message
beforeBodyWrite, defaultHead, getHead, getMessageType, setHead, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestClientAgent.MsgGraphOpenRequest

public TestClientAgent.MsgGraphOpenRequest()
Method Detail

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