galaxy.lang
Class PostponeMessage

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

public class PostponeMessage
extends GalaxyMessage

This creates a GalaxyMessage of type GAL_POSTPONE_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
PostponeMessage(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

PostponeMessage

public PostponeMessage(java.lang.Object data)