org.apache.qpid.server.queue
Class QueueContext
java.lang.Object
org.apache.qpid.server.queue.QueueContext
- All Implemented Interfaces:
- AMQQueue.Context
final class QueueContext
- extends Object
- implements AMQQueue.Context
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_lastSeenEntry
volatile QueueEntry _lastSeenEntry
_releasedEntry
volatile QueueEntry _releasedEntry
_lastSeenUpdater
static final AtomicReferenceFieldUpdater<QueueContext,QueueEntry> _lastSeenUpdater
_releasedUpdater
static final AtomicReferenceFieldUpdater<QueueContext,QueueEntry> _releasedUpdater
QueueContext
public QueueContext(QueueEntry head)
getLastSeenEntry
public QueueEntry getLastSeenEntry()
- Specified by:
getLastSeenEntry
in interface AMQQueue.Context
Licensed to the Apache Software Foundation