|
||||||||||
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.file.FileQueueEntry<E>
public class FileQueueEntry<E>
Entry in a file queue
Constructor Summary | |
---|---|
FileQueueEntry(long id,
java.lang.String msgId,
long leaseTimeout,
int priority,
long expiresTime,
E payload)
|
Method Summary | |
---|---|
long |
getId()
|
E |
getPayloadRef()
|
void |
setPayloadRef(E payload)
|
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 FileQueueEntry(long id, java.lang.String msgId, long leaseTimeout, int priority, long expiresTime, E payload)
Method Detail |
---|
public long getId()
public E getPayloadRef()
public void setPayloadRef(E payload)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |