public static class IstiMessageObjectCache.BasicMessageObjectEntry extends IstiTimeObjectCache.BasicTimeObjectEntry implements IstiMessageObjectCache.MessageObjectEntry
Modifier and Type | Field and Description |
---|---|
protected long |
msgNum |
dataObj, dataSize, keyStr, timeGenerated
Modifier | Constructor and Description |
---|---|
protected |
BasicMessageObjectEntry()
No-argument constructor for subclasses.
|
|
BasicMessageObjectEntry(long timeGenerated,
java.lang.Object msgObj,
java.lang.String msgStr,
long msgNum)
Creates a message object entry.
|
Modifier and Type | Method and Description |
---|---|
long |
getMsgNum()
Returns the message number.
|
getDataObj, getDataSize, getKeyStr, getTimeGenerated, setDataSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataObj, getDataSize, getKeyStr, getTimeGenerated
public BasicMessageObjectEntry(long timeGenerated, java.lang.Object msgObj, java.lang.String msgStr, long msgNum)
timeGenerated
- the time the message was generated.msgObj
- message object.msgStr
- message string.msgNum
- message number.protected BasicMessageObjectEntry()
public long getMsgNum()
getMsgNum
in interface IstiMessageObjectCache.MessageObjectEntry