org.apache.qpid.server.handler
Class ExchangeBoundHandler

java.lang.Object
  extended by 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>


Field Summary
static int EXCHANGE_NOT_FOUND
           
static int NO_BINDINGS
           
static int NO_QUEUE_BOUND_WITH_RK
           
static int OK
           
static int QUEUE_NOT_BOUND
           
static int QUEUE_NOT_FOUND
           
static int SPECIFIC_QUEUE_NOT_BOUND_WITH_RK
           
 
Method Summary
static ExchangeBoundHandler getInstance()
           
 void methodReceived(AMQStateManager stateManager, org.apache.qpid.framing.ExchangeBoundBody body, int channelId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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