org.planx.xmlstore.routing.operation
Class AcknowledgeMessage
java.lang.Object
org.planx.xmlstore.routing.operation.OriginMessage
org.planx.xmlstore.routing.operation.AcknowledgeMessage
- All Implemented Interfaces:
- Message, Streamable
public class AcknowledgeMessage
- extends OriginMessage
|
Method Summary |
byte |
code()
The unique code for the message type, used to differentiate all messages
from each other. |
String |
toString()
|
AcknowledgeMessage
protected AcknowledgeMessage()
AcknowledgeMessage
public AcknowledgeMessage(Node origin)
AcknowledgeMessage
public AcknowledgeMessage(DataInput in)
throws IOException
- Throws:
IOException
code
public byte code()
- Description copied from interface:
Message
- The unique code for the message type, used to differentiate all messages
from each other. Since this is of
byte type there can
be at most 256 different message types.
- Specified by:
code in interface Message- Specified by:
code in class OriginMessage
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.