org.apache.qpid.server.queue
Class QueueEntry.SubscriptionAcquiredState
java.lang.Object
org.apache.qpid.server.queue.QueueEntry.EntryState
org.apache.qpid.server.queue.QueueEntry.SubscriptionAcquiredState
- Enclosing interface:
- QueueEntry
public static final class QueueEntry.SubscriptionAcquiredState
- extends QueueEntry.EntryState
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueEntry.SubscriptionAcquiredState
public QueueEntry.SubscriptionAcquiredState(Subscription subscription)
getState
public QueueEntry.State getState()
- Specified by:
getState
in class QueueEntry.EntryState
getSubscription
public Subscription getSubscription()
Licensed to the Apache Software Foundation