org.apache.qpid.client.handler
Class ConnectionTuneMethodHandler

java.lang.Object
  extended by org.apache.qpid.client.handler.ConnectionTuneMethodHandler
All Implemented Interfaces:
StateAwareMethodListener<org.apache.qpid.framing.ConnectionTuneBody>

public class ConnectionTuneMethodHandler
extends Object
implements StateAwareMethodListener<org.apache.qpid.framing.ConnectionTuneBody>


Constructor Summary
protected ConnectionTuneMethodHandler()
           
 
Method Summary
static ConnectionTuneMethodHandler getInstance()
           
 void methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ConnectionTuneBody frame, int channelId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionTuneMethodHandler

protected ConnectionTuneMethodHandler()
Method Detail

getInstance

public static ConnectionTuneMethodHandler getInstance()

methodReceived

public void methodReceived(AMQProtocolSession session,
                           org.apache.qpid.framing.ConnectionTuneBody frame,
                           int channelId)
Specified by:
methodReceived in interface StateAwareMethodListener<org.apache.qpid.framing.ConnectionTuneBody>


Licensed to the Apache Software Foundation