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 Object
implements StateAwareMethodListener<org.apache.qpid.framing.BasicQosBody>


Constructor Summary
BasicQosHandler()
           
 
Method Summary
static BasicQosHandler getInstance()
           
 void methodReceived(AMQStateManager stateManager, org.apache.qpid.framing.BasicQosBody body, int channelId)
           
 
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 stateManager,
                           org.apache.qpid.framing.BasicQosBody body,
                           int channelId)
                    throws org.apache.qpid.AMQException
Specified by:
methodReceived in interface StateAwareMethodListener<org.apache.qpid.framing.BasicQosBody>
Throws:
org.apache.qpid.AMQException


Licensed to the Apache Software Foundation