org.apache.qpid.server.handler
Class QueueDeleteHandler
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueDeleteHandler
public QueueDeleteHandler()
QueueDeleteHandler
public QueueDeleteHandler(boolean failIfNotFound)
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