public class ExchangeBoundOkBody extends AMQMethodBodyImpl implements EncodableAMQDataBlock, AMQMethodBody
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID |
static int |
EXCHANGE_NOT_FOUND |
static int |
METHOD_ID |
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 |
TYPETYPE| Constructor and Description |
|---|
ExchangeBoundOkBody(int replyCode,
AMQShortString replyText) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(MethodDispatcher dispatcher,
int channelId) |
protected int |
getBodySize()
unsigned short
|
int |
getClazz() |
int |
getMethod() |
int |
getReplyCode() |
AMQShortString |
getReplyText() |
static void |
process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
String |
toString() |
void |
writeMethodPayload(QpidByteBuffer buffer) |
generateFrame, getFrameType, getSize, getSizeOf, getSizeOf, getSizeOf, handle, writeAMQShortString, writeBitfield, writeByte, writeBytes, writeFieldTable, writeInt, writeLong, writePayload, writeShort, writeUnsignedByte, writeUnsignedInteger, writeUnsignedShortclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgenerateFrame, getSizegetFrameType, handle, writePayloadpublic static final int CLASS_ID
public static final int METHOD_ID
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 ExchangeBoundOkBody(int replyCode,
AMQShortString replyText)
public int getClazz()
getClazz in interface AMQMethodBodypublic int getMethod()
getMethod in interface AMQMethodBodypublic final int getReplyCode()
public final AMQShortString getReplyText()
protected int getBodySize()
AMQMethodBodyImplgetBodySize in class AMQMethodBodyImplpublic void writeMethodPayload(QpidByteBuffer buffer)
writeMethodPayload in class AMQMethodBodyImplpublic boolean execute(MethodDispatcher dispatcher, int channelId) throws QpidException
execute in interface AMQMethodBodyQpidExceptionpublic String toString()
toString in interface AMQMethodBodytoString in class Objectpublic static void process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.