org.apache.qpid.client.handler
Class ChannelCloseMethodHandler

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

public class ChannelCloseMethodHandler
extends Object
implements StateAwareMethodListener<org.apache.qpid.framing.ChannelCloseBody>


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

Constructor Detail

ChannelCloseMethodHandler

public ChannelCloseMethodHandler()
Method Detail

getInstance

public static ChannelCloseMethodHandler getInstance()

methodReceived

public void methodReceived(AMQProtocolSession session,
                           org.apache.qpid.framing.ChannelCloseBody method,
                           int channelId)
                    throws org.apache.qpid.AMQException
Specified by:
methodReceived in interface StateAwareMethodListener<org.apache.qpid.framing.ChannelCloseBody>
Throws:
org.apache.qpid.AMQException


Licensed to the Apache Software Foundation