galaxy.lang
Class NewMessage

java.lang.Object
  |
  +--galaxy.lang.GalaxyMessage
        |
        +--galaxy.lang.NewMessage

public class NewMessage
extends GalaxyMessage

This creates a GalaxyMessage of type GAL_MESSAGE_MSG_TYPE.

See Also:
GalaxyMessage, Clause

Fields inherited from class galaxy.lang.GalaxyMessage
data, GAL_BROKER_END_MSG_TYPE, GAL_BROKER_START_MSG_TYPE, GAL_DESTROY_MSG_TYPE, GAL_DISCONNECT_MSG_TYPE, GAL_ERROR_MSG_TYPE, GAL_MESSAGE_MSG_TYPE, GAL_OBJECT_MSG_TYPE, GAL_POSTPONE_MSG_TYPE, GAL_REPLY_MSG_TYPE, msgType, typeToName
 
Constructor Summary
NewMessage(java.lang.Object data)
           
 
Methods inherited from class galaxy.lang.GalaxyMessage
createMessage, getData, getType, getTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewMessage

public NewMessage(java.lang.Object data)