org.planx.xmlstore.routing.operation
Class DataLookupMessage
java.lang.Object
org.planx.xmlstore.routing.operation.OriginMessage
org.planx.xmlstore.routing.operation.LookupMessage
org.planx.xmlstore.routing.operation.DataLookupMessage
- All Implemented Interfaces:
- Message, Streamable
public class DataLookupMessage
- extends LookupMessage
|
Method Summary |
byte |
code()
The unique code for the message type, used to differentiate all messages
from each other. |
String |
toString()
|
DataLookupMessage
protected DataLookupMessage()
DataLookupMessage
public DataLookupMessage(Node origin,
Identifier lookup)
DataLookupMessage
public DataLookupMessage(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 LookupMessage
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.