|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.jms.queue.QueueEntry<E>
com.caucho.jms.memory.MemoryQueueEntry<E>
public class MemoryQueueEntry<E>
Entry in a memory queue.
| Constructor Summary | |
|---|---|
MemoryQueueEntry(java.lang.String msgId,
long leaseTimeout,
int priority,
long expiresTime,
E payload)
|
|
| Method Summary |
|---|
| Methods inherited from class com.caucho.jms.queue.QueueEntry |
|---|
getExpiresTime, getLeaseExpires, getMsgId, getPayload, getPriority, getReadSequence, isExpired, isLease, isRead, readPayload, rollback, setPayload, setReadSequence, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryQueueEntry(java.lang.String msgId,
long leaseTimeout,
int priority,
long expiresTime,
E payload)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||