|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.wire.messaging.socket.SocketMessage
rice.pastry.wire.messaging.socket.SocketTransportMessage
Class which represents a wrapper message sent across the socket-based protocol - it has another message inside of it.
Constructor Summary | |
SocketTransportMessage(java.lang.Object o,
NodeId destination)
Constructs a new message wrapping another object. |
Method Summary | |
NodeId |
getDestination()
Returns the destination node id |
java.lang.Object |
getObject()
Returns the wrapped message |
java.lang.String |
toString()
DESCRIBE THE METHOD |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SocketTransportMessage(java.lang.Object o, NodeId destination)
o
- The object to be wrapped.destination
- DESCRIBE THE PARAMETERMethod Detail |
public java.lang.Object getObject()
public NodeId getDestination()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |