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

java.lang.Object
  extended by org.apache.qpid.server.queue.QueueEntry.EntryState
Direct Known Subclasses:
QueueEntry.AvailableState, QueueEntry.DeletedState, QueueEntry.DequeuedState, QueueEntry.ExpiredState, QueueEntry.NonSubscriptionAcquiredState, QueueEntry.SubscriptionAcquiredState, QueueEntry.SubscriptionAssignedState
Enclosing interface:
QueueEntry

public abstract static class QueueEntry.EntryState
extends Object


Method Summary
abstract  QueueEntry.State getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getState

public abstract QueueEntry.State getState()


Licensed to the Apache Software Foundation