org.apache.qpid.client.handler
Class ConnectionOpenOkMethodHandler

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

public class ConnectionOpenOkMethodHandler
extends Object
implements StateAwareMethodListener<org.apache.qpid.framing.ConnectionOpenOkBody>


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

Method Detail

getInstance

public static ConnectionOpenOkMethodHandler getInstance()

methodReceived

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


Licensed to the Apache Software Foundation