|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.protocol.AMQMethodEvent<M>
public class AMQMethodEvent<M extends org.apache.qpid.framing.AMQMethodBody>
An event that is passed to AMQMethodListeners describing a particular method. It supplies the:
Constructor Summary | |
---|---|
AMQMethodEvent(int channelId,
M method)
|
Method Summary | |
---|---|
int |
getChannelId()
|
M |
getMethod()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AMQMethodEvent(int channelId, M method)
Method Detail |
---|
public M getMethod()
public int getChannelId()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |