org.apache.qpid.server.handler
Class QueueDeleteHandler

java.lang.Object
  extended by org.apache.qpid.server.handler.QueueDeleteHandler
All Implemented Interfaces:
StateAwareMethodListener<org.apache.qpid.framing.QueueDeleteBody>

public class QueueDeleteHandler
extends java.lang.Object
implements StateAwareMethodListener<org.apache.qpid.framing.QueueDeleteBody>


Constructor Summary
QueueDeleteHandler()
           
QueueDeleteHandler(boolean failIfNotFound)
           
 
Method Summary
static QueueDeleteHandler getInstance()
           
 void methodReceived(AMQStateManager stateMgr, QueueRegistry queues, ExchangeRegistry exchanges, AMQProtocolSession session, AMQMethodEvent<org.apache.qpid.framing.QueueDeleteBody> evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueDeleteHandler

public QueueDeleteHandler()

QueueDeleteHandler

public QueueDeleteHandler(boolean failIfNotFound)
Method Detail

getInstance

public static QueueDeleteHandler getInstance()

methodReceived

public void methodReceived(AMQStateManager stateMgr,
                           QueueRegistry queues,
                           ExchangeRegistry exchanges,
                           AMQProtocolSession session,
                           AMQMethodEvent<org.apache.qpid.framing.QueueDeleteBody> evt)
                    throws org.apache.qpid.AMQException
Specified by:
methodReceived in interface StateAwareMethodListener<org.apache.qpid.framing.QueueDeleteBody>
Throws:
org.apache.qpid.AMQException