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

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

public static final class QueueEntry.ExpiredState
extends QueueEntry.EntryState


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

public QueueEntry.ExpiredState()
Method Detail

getState

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


Licensed to the Apache Software Foundation