org.apache.qpid.client.protocol
Class AMQMethodEvent

java.lang.Object
  extended by org.apache.qpid.client.protocol.AMQMethodEvent

public class AMQMethodEvent
extends java.lang.Object


Constructor Summary
AMQMethodEvent(int channelId, org.apache.qpid.framing.AMQMethodBody method, AMQProtocolSession protocolSession)
           
 
Method Summary
 int getChannelId()
           
 org.apache.qpid.framing.AMQMethodBody getMethod()
           
 AMQProtocolSession getProtocolSession()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMQMethodEvent

public AMQMethodEvent(int channelId,
                      org.apache.qpid.framing.AMQMethodBody method,
                      AMQProtocolSession protocolSession)
Method Detail

getMethod

public org.apache.qpid.framing.AMQMethodBody getMethod()

getChannelId

public int getChannelId()

getProtocolSession

public AMQProtocolSession getProtocolSession()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object