org.apache.qpid.client.protocol
Class AMQMethodEvent
java.lang.Object
org.apache.qpid.client.protocol.AMQMethodEvent
public class AMQMethodEvent
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AMQMethodEvent
public AMQMethodEvent(int channelId,
org.apache.qpid.framing.AMQMethodBody method,
AMQProtocolSession protocolSession)
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