org.apache.qpid.client
Class AMQSession_0_8.QueueDeclareOkHandler
java.lang.Object
org.apache.qpid.client.util.BlockingWaiter<org.apache.qpid.protocol.AMQMethodEvent>
org.apache.qpid.client.protocol.BlockingMethodFrameListener
org.apache.qpid.client.state.listener.SpecificMethodFrameListener
org.apache.qpid.client.AMQSession_0_8.QueueDeclareOkHandler
- All Implemented Interfaces:
- org.apache.qpid.protocol.AMQMethodListener
- Enclosing class:
- AMQSession_0_8
class AMQSession_0_8.QueueDeclareOkHandler
- extends SpecificMethodFrameListener
Method Summary |
boolean |
processMethod(int channelId,
org.apache.qpid.framing.AMQMethodBody frame)
Delegates any additional handling of the incoming methods to another handler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.qpid.protocol.AMQMethodListener |
error |
AMQSession_0_8.QueueDeclareOkHandler
public AMQSession_0_8.QueueDeclareOkHandler()
processMethod
public boolean processMethod(int channelId,
org.apache.qpid.framing.AMQMethodBody frame)
- Description copied from class:
BlockingMethodFrameListener
- Delegates any additional handling of the incoming methods to another handler.
- Overrides:
processMethod
in class SpecificMethodFrameListener
- Parameters:
channelId
- The channel id of the incoming method.frame
- The method body.
- Returns:
- true if the method was handled, false otherwise.
Licensed to the Apache Software Foundation