|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RouteMessage
Method Summary | |
---|---|
Id |
getDestinationId()
Returns the destination Id for this message |
Message |
getMessage()
Returns the enclosed message inside of this message |
NodeHandle |
getNextHopHandle()
Returns the next hop handle for this message |
void |
setDestinationId(Id id)
Sets the destination Id for this message |
void |
setMessage(Message message)
Sets the internal message for this message |
void |
setNextHopHandle(NodeHandle nextHop)
Sets the next hop handle for this message |
Method Detail |
---|
Id getDestinationId()
NodeHandle getNextHopHandle()
Message getMessage()
void setDestinationId(Id id)
id
- The destination Idvoid setNextHopHandle(NodeHandle nextHop)
nextHop
- The next hop for this handlevoid setMessage(Message message)
message
- The internal message
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |