public class MsgTopicLookup extends MessageBaseTE implements TopicCtrlEvent
| Modifier and Type | Field and Description |
|---|---|
Topic |
lookupTopic |
NodeDetails |
peerNode |
OverlayPath |
peerPath |
int |
state |
java.lang.String |
tracker |
dests, routeTaken, updateTaken| Constructor and Description |
|---|
MsgTopicLookup(MessageFormat inFormat) |
MsgTopicLookup(Topic inTopic,
int inSearch,
NodeDetails inMember,
OverlayPath inPath,
java.lang.String inTracker) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getBroadcastDest, getDestinations, getHops, getTopic, setTopic, updateDests, updateDests, updateDests, updateHopschainTo, getArrivalTime, getContentType, getLastHop, getMessageID, getMsgChainID, getOrigin, getReplyLink, getSequence, getTimestamp, isDropSafe, marshallToBufferequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBroadcastDest, getDestinations, getHops, getTopic, updateDests, updateDests, updateDestschainTo, getArrivalTime, getContentType, getLastHop, getMessageID, getMsgChainID, getOrigin, getReplyLink, getSequence, getTimestamp, isDropSafepublic final Topic lookupTopic
public final int state
public final NodeDetails peerNode
public final OverlayPath peerPath
public final java.lang.String tracker
public MsgTopicLookup(Topic inTopic, int inSearch, NodeDetails inMember, OverlayPath inPath, java.lang.String inTracker)
public MsgTopicLookup(MessageFormat inFormat)
public java.lang.String toString()
toString in class MessageBase