public class MsgTopicData extends MessageBaseTE implements TopicDataEvent
| Modifier and Type | Field and Description |
|---|---|
int |
dataOffset |
int |
dataSize |
dests, routeTaken, updateTaken| Constructor and Description |
|---|
MsgTopicData(MessageFormat inFormat) |
MsgTopicData(java.util.Properties inProps,
byte[] inData) |
MsgTopicData(java.util.Properties inProps,
byte[] inData,
int inSize,
int inOffset,
java.util.List<OverlayPath> inDests) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDataBytes() |
FormatReader |
getDataReader() |
int |
getDataSize() |
java.util.Properties |
getProperties() |
getBroadcastDest, getDestinations, getHops, getTopic, setTopic, updateDests, updateDests, updateDests, updateHopschainTo, getArrivalTime, getContentType, getLastHop, getMessageID, getMsgChainID, getOrigin, getReplyLink, getSequence, getTimestamp, isDropSafe, marshallToBuffer, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBroadcastDest, getDestinations, getHops, getTopic, updateDests, updateDests, updateDestschainTo, getArrivalTime, getContentType, getLastHop, getMessageID, getMsgChainID, getOrigin, getReplyLink, getSequence, getTimestamp, isDropSafepublic MsgTopicData(java.util.Properties inProps,
byte[] inData)
throws FormatException
FormatExceptionpublic MsgTopicData(java.util.Properties inProps,
byte[] inData,
int inSize,
int inOffset,
java.util.List<OverlayPath> inDests)
throws FormatException
FormatExceptionpublic MsgTopicData(MessageFormat inFormat) throws FormatException
FormatExceptionpublic java.util.Properties getProperties()
getProperties in interface TopicDataEventpublic int getDataSize()
getDataSize in interface TopicDataEventpublic byte[] getDataBytes()
getDataBytes in interface TopicDataEventpublic FormatReader getDataReader()
getDataReader in interface TopicDataEvent