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

java.lang.Object
  extended by org.apache.qpid.server.queue.QueueEntry.EntryState
      extended by org.apache.qpid.server.queue.QueueEntry.DeletedState
Enclosing interface:
QueueEntry

public static final class QueueEntry.DeletedState
extends QueueEntry.EntryState


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

Constructor Detail

QueueEntry.DeletedState

public QueueEntry.DeletedState()
Method Detail

getState

public QueueEntry.State getState()
Specified by:
getState in class QueueEntry.EntryState


Licensed to the Apache Software Foundation