org.jactr.tools.async.message
Class BaseMessage

java.lang.Object
  extended by org.jactr.tools.async.message.BaseMessage
All Implemented Interfaces:
java.io.Serializable, IMessage
Direct Known Subclasses:
BaseASTMessage, BreakpointCommand, BulkMessage, DeadLockMessage, ExceptionMessage, LoginAcknowledgedMessage, LoginCommand, LogoutCommand, ModelStateCommand, ModelStateEvent, ProductionCommand, RuntimeStateCommand, RuntimeStateEvent, StatusMessage

public class BaseMessage
extends java.lang.Object
implements IMessage, java.io.Serializable

Author:
developer
See Also:
Serialized Form

Constructor Summary
BaseMessage()
           
 
Method Summary
 long getID()
          a message identifier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseMessage

public BaseMessage()
Method Detail

getID

public long getID()
Description copied from interface: IMessage
a message identifier

Specified by:
getID in interface IMessage
Returns:
See Also:
IMessage.getID()