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

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

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


Constructor Summary
RemoteCancelHandler()
           
 
Method Summary
 void methodReceived(AMQStateManager stateManager, 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(AMQStateManager stateManager,
                           AMQMethodEvent<org.apache.qpid.framing.BasicCancelBody> evt)
                    throws AMQException
Specified by:
methodReceived in interface StateAwareMethodListener<org.apache.qpid.framing.BasicCancelBody>
Throws:
AMQException


Copyright © 2007. All Rights Reserved.