org.apache.qpid.server.handler
Class QueuePurgeHandler

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

public class QueuePurgeHandler
extends Object
implements StateAwareMethodListener<org.apache.qpid.framing.QueuePurgeBody>


Constructor Summary
QueuePurgeHandler()
           
QueuePurgeHandler(boolean failIfNotFound)
           
 
Method Summary
static QueuePurgeHandler getInstance()
           
 void methodReceived(AMQStateManager stateManager, org.apache.qpid.framing.QueuePurgeBody body, int channelId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueuePurgeHandler

public QueuePurgeHandler()

QueuePurgeHandler

public QueuePurgeHandler(boolean failIfNotFound)
Method Detail

getInstance

public static QueuePurgeHandler getInstance()

methodReceived

public void methodReceived(AMQStateManager stateManager,
                           org.apache.qpid.framing.QueuePurgeBody body,
                           int channelId)
                    throws org.apache.qpid.AMQException
Specified by:
methodReceived in interface StateAwareMethodListener<org.apache.qpid.framing.QueuePurgeBody>
Throws:
org.apache.qpid.AMQException


Licensed to the Apache Software Foundation