galaxy.lang
Class ReplyMessage

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

public class ReplyMessage
extends GalaxyMessage

This creates a GalaxyMessage of type GAL_REPLY_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
 
Constructor Summary
ReplyMessage(java.lang.Object data)
           
 
Methods inherited from class galaxy.lang.GalaxyMessage
createMessage, getData, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyMessage

public ReplyMessage(java.lang.Object data)