public class ExchangeBoundHandler extends Object implements StateAwareMethodListener<org.apache.qpid.framing.ExchangeBoundBody>
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
static ExchangeBoundHandler |
getInstance() |
protected boolean |
isDefaultExchange(org.apache.qpid.framing.AMQShortString exchangeName) |
void |
methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ExchangeBoundBody body,
int channelId) |
public static final int OK
public static final int EXCHANGE_NOT_FOUND
public static final int QUEUE_NOT_FOUND
public static final int NO_BINDINGS
public static final int QUEUE_NOT_BOUND
public static final int NO_QUEUE_BOUND_WITH_RK
public static final int SPECIFIC_QUEUE_NOT_BOUND_WITH_RK
public static ExchangeBoundHandler getInstance()
public void methodReceived(AMQStateManager stateManager, org.apache.qpid.framing.ExchangeBoundBody body, int channelId) throws org.apache.qpid.AMQException
methodReceived in interface StateAwareMethodListener<org.apache.qpid.framing.ExchangeBoundBody>org.apache.qpid.AMQExceptionprotected boolean isDefaultExchange(org.apache.qpid.framing.AMQShortString exchangeName)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.