Uses of Class
org.apache.qpid.server.queue.QueueEntry.EntryState

Packages that use QueueEntry.EntryState
org.apache.qpid.server.queue   
 

Uses of QueueEntry.EntryState in org.apache.qpid.server.queue
 

Subclasses of QueueEntry.EntryState in org.apache.qpid.server.queue
static class QueueEntry.AvailableState
           
static class QueueEntry.DeletedState
           
static class QueueEntry.DequeuedState
           
static class QueueEntry.ExpiredState
           
static class QueueEntry.NonSubscriptionAcquiredState
           
static class QueueEntry.SubscriptionAcquiredState
           
static class QueueEntry.SubscriptionAssignedState
           
 

Fields in org.apache.qpid.server.queue declared as QueueEntry.EntryState
static QueueEntry.EntryState QueueEntry.AVAILABLE_STATE
           
static QueueEntry.EntryState QueueEntry.DELETED_STATE
           
static QueueEntry.EntryState QueueEntry.DEQUEUED_STATE
           
static QueueEntry.EntryState QueueEntry.EXPIRED_STATE
           
static QueueEntry.EntryState QueueEntry.NON_SUBSCRIPTION_ACQUIRED_STATE
           
 



Licensed to the Apache Software Foundation