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

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

public static final class QueueEntry.DequeuedState
extends QueueEntry.EntryState


Constructor Summary
QueueEntry.DequeuedState()
           
 
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.DequeuedState

public QueueEntry.DequeuedState()
Method Detail

getState

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


Licensed to the Apache Software Foundation