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 Object
implements StateAwareMethodListener<org.apache.qpid.framing.QueueDeleteBody>


Constructor Summary
QueueDeleteHandler()
           
QueueDeleteHandler(boolean failIfNotFound)
           
 
Method Summary
static QueueDeleteHandler getInstance()
           
 void methodReceived(AMQStateManager stateManager, org.apache.qpid.framing.QueueDeleteBody body, int channelId)
           
 
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 stateManager,
                           org.apache.qpid.framing.QueueDeleteBody body,
                           int channelId)
                    throws org.apache.qpid.AMQException
Specified by:
methodReceived in interface StateAwareMethodListener<org.apache.qpid.framing.QueueDeleteBody>
Throws:
org.apache.qpid.AMQException


Licensed to the Apache Software Foundation