org.apache.qpid.server.handler
Class ExchangeBoundHandler
java.lang.Object
org.apache.qpid.server.handler.ExchangeBoundHandler
- All Implemented Interfaces:
- StateAwareMethodListener<org.apache.qpid.framing.ExchangeBoundBody>
public class ExchangeBoundHandler
- extends Object
- implements StateAwareMethodListener<org.apache.qpid.framing.ExchangeBoundBody>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OK
public static final int OK
- See Also:
- Constant Field Values
EXCHANGE_NOT_FOUND
public static final int EXCHANGE_NOT_FOUND
- See Also:
- Constant Field Values
QUEUE_NOT_FOUND
public static final int QUEUE_NOT_FOUND
- See Also:
- Constant Field Values
NO_BINDINGS
public static final int NO_BINDINGS
- See Also:
- Constant Field Values
QUEUE_NOT_BOUND
public static final int QUEUE_NOT_BOUND
- See Also:
- Constant Field Values
NO_QUEUE_BOUND_WITH_RK
public static final int NO_QUEUE_BOUND_WITH_RK
- See Also:
- Constant Field Values
SPECIFIC_QUEUE_NOT_BOUND_WITH_RK
public static final int SPECIFIC_QUEUE_NOT_BOUND_WITH_RK
- See Also:
- Constant Field Values
getInstance
public static ExchangeBoundHandler getInstance()
methodReceived
public void methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ExchangeBoundBody body,
int channelId)
throws org.apache.qpid.AMQException
- Specified by:
methodReceived
in interface StateAwareMethodListener<org.apache.qpid.framing.ExchangeBoundBody>
- Throws:
org.apache.qpid.AMQException
Licensed to the Apache Software Foundation