|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.isti.util.IstiTimeObjectCache.BasicTimeObjectEntry com.isti.util.IstiMessageObjectCache.BasicMessageObjectEntry
Message object entry class.
Field Summary | |
protected long |
msgNum
|
Fields inherited from class com.isti.util.IstiTimeObjectCache.BasicTimeObjectEntry |
dataObj, dataSize, keyStr, timeGenerated |
Constructor Summary | |
protected |
IstiMessageObjectCache.BasicMessageObjectEntry()
No-argument constructor for subclasses. |
|
IstiMessageObjectCache.BasicMessageObjectEntry(long timeGenerated,
java.lang.Object msgObj,
java.lang.String msgStr,
long msgNum)
Creates a message object entry. |
Method Summary | |
long |
getMsgNum()
Returns the message number. |
Methods inherited from class com.isti.util.IstiTimeObjectCache.BasicTimeObjectEntry |
getDataObj, getDataSize, getKeyStr, getTimeGenerated, setDataSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.isti.util.IstiTimeObjectCache.TimeObjectEntry |
getDataObj, getDataSize, getKeyStr, getTimeGenerated |
Field Detail |
protected long msgNum
Constructor Detail |
public IstiMessageObjectCache.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 IstiMessageObjectCache.BasicMessageObjectEntry()
Method Detail |
public long getMsgNum()
getMsgNum
in interface IstiMessageObjectCache.MessageObjectEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |