|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jrun.jms.core.messagemgr.AbstractMessageHandle
|
+--jrun.jms.core.messagemgr.TransientMessageHandle
A message handle is used to indirectly reference a message in
the message manager. It can be resolved through the
MessageManager
| Constructor Summary | |
TransientMessageHandle()
Default constructor required to support Serialization |
|
| Method Summary | |
void |
destroy()
Destroy this handle |
long |
getHandleId()
Set the handle ID (Used only by TransientMessageHandleHelper!) |
void |
setHandleId(long handleId)
Get the handle ID (Used only by TransientMessageHandleHelper!) |
| Methods inherited from class jrun.jms.core.messagemgr.AbstractMessageHandle |
clear, equals, getAcceptedTime, getClientId, getDelivered, getDestination, getExpiryTime, getMessage, getMessageId, getPriority, getSequenceNumber, hashCode, readExternal, setAcceptedTime, setClientId, setDelivered, setDelivered, setDestination, setExpiryTime, setMessageId, setPriority, setSequenceNumber, toString, writeExternal |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TransientMessageHandle()
| Method Detail |
public long getHandleId()
public void setHandleId(long handleId)
public void destroy()
destroy in class AbstractMessageHandle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||