org.apache.qpid.server.handler
Class BasicQosHandler

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

public class BasicQosHandler
extends java.lang.Object
implements StateAwareMethodListener<org.apache.qpid.framing.BasicQosBody>


Constructor Summary
BasicQosHandler()
           
 
Method Summary
static BasicQosHandler getInstance()
           
 void methodReceived(AMQStateManager stateMgr, QueueRegistry queues, ExchangeRegistry exchanges, AMQProtocolSession session, AMQMethodEvent<org.apache.qpid.framing.BasicQosBody> evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicQosHandler

public BasicQosHandler()
Method Detail

getInstance

public static BasicQosHandler getInstance()

methodReceived

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