|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.reuters.msgtest.RecorderEntry
This class represents entries in the RvRecorders map. The entry wraps the incoming TibrvMsg and also holds extra information about the message, currently the time that the onMsg method was called.
Constructor Summary | |
RecorderEntry(com.tibco.tibrv.TibrvMsg msg,
long time)
Creates a new RecorderEntry instance. |
Method Summary | |
com.tibco.tibrv.TibrvMsg |
getMsg()
Get the recorded message. |
long |
getTime()
Get the time that this message was recorded. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RecorderEntry(com.tibco.tibrv.TibrvMsg msg, long time)
RecorderEntry
instance.
msg
- a TibrvMsg
valueMethod Detail |
public long getTime()
public com.tibco.tibrv.TibrvMsg getMsg()
TibrvMsg
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |