galaxy.lang
Class BrokerEndMessage

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

public class BrokerEndMessage
extends GalaxyMessage

This creates a GalaxyMessage of type GAL_BROKER_END_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
BrokerEndMessage(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

BrokerEndMessage

public BrokerEndMessage(java.lang.Object data)