org.apache.qpid.server.cluster.handler
Class RemoteCancelHandler

java.lang.Object
  extended by org.apache.qpid.server.cluster.handler.RemoteCancelHandler
All Implemented Interfaces:
org.apache.qpid.server.state.StateAwareMethodListener<org.apache.qpid.framing.BasicCancelBody>

public class RemoteCancelHandler
extends java.lang.Object
implements org.apache.qpid.server.state.StateAwareMethodListener<org.apache.qpid.framing.BasicCancelBody>


Constructor Summary
RemoteCancelHandler()
           
 
Method Summary
 void methodReceived(org.apache.qpid.server.state.AMQStateManager stateMgr, org.apache.qpid.server.queue.QueueRegistry queues, org.apache.qpid.server.exchange.ExchangeRegistry exchanges, org.apache.qpid.server.protocol.AMQProtocolSession session, org.apache.qpid.server.protocol.AMQMethodEvent<org.apache.qpid.framing.BasicCancelBody> evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCancelHandler

public RemoteCancelHandler()
Method Detail

methodReceived

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