public class ExchangeDeclareBodyImpl extends AMQMethodBody_0_91 implements ExchangeDeclareBody
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID |
static int |
METHOD_ID |
TYPETYPE| Constructor and Description |
|---|
ExchangeDeclareBodyImpl(int ticket,
AMQShortString exchange,
AMQShortString type,
boolean passive,
boolean durable,
boolean autoDelete,
boolean internal,
boolean nowait,
FieldTable arguments) |
ExchangeDeclareBodyImpl(MarkableDataInput buffer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(MethodDispatcher dispatcher,
int channelId) |
FieldTable |
getArguments() |
boolean |
getAutoDelete() |
protected int |
getBodySize()
unsigned short
|
int |
getClazz() |
boolean |
getDurable() |
AMQShortString |
getExchange() |
static AMQMethodBodyInstanceFactory |
getFactory() |
boolean |
getInternal() |
int |
getMethod() |
boolean |
getNowait() |
boolean |
getPassive() |
int |
getTicket() |
AMQShortString |
getType() |
String |
toString() |
void |
writeMethodPayload(DataOutput buffer) |
getMajor, getMinorgenerateFrame, getChannelException, getChannelException, getChannelNotFoundException, getConnectionException, getConnectionException, getFrameType, getSize, getSizeOf, getSizeOf, getSizeOf, getSizeOf, handle, readAMQShortString, readBitfield, readByte, readBytes, readContent, readFieldTable, readInt, readLong, readShort, readTimestamp, readUnsignedByte, readUnsignedInteger, readUnsignedShort, writeAMQShortString, writeBitfield, writeByte, writeBytes, writeContent, writeFieldTable, writeInt, writeLong, writePayload, writeShort, writeTimestamp, writeUnsignedByte, writeUnsignedInteger, writeUnsignedShortclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgenerateFrame, getChannelException, getChannelException, getChannelNotFoundException, getConnectionException, getConnectionException, getMajor, getMinor, getSize, writePayloadgetFrameType, handlepublic static final int CLASS_ID
public static final int METHOD_ID
public ExchangeDeclareBodyImpl(MarkableDataInput buffer) throws AMQFrameDecodingException, IOException
AMQFrameDecodingExceptionIOExceptionpublic ExchangeDeclareBodyImpl(int ticket,
AMQShortString exchange,
AMQShortString type,
boolean passive,
boolean durable,
boolean autoDelete,
boolean internal,
boolean nowait,
FieldTable arguments)
public static AMQMethodBodyInstanceFactory getFactory()
public int getClazz()
getClazz in interface AMQMethodBodypublic int getMethod()
getMethod in interface AMQMethodBodypublic final int getTicket()
getTicket in interface ExchangeDeclareBodypublic final AMQShortString getExchange()
getExchange in interface ExchangeDeclareBodypublic final AMQShortString getType()
getType in interface ExchangeDeclareBodypublic final boolean getPassive()
getPassive in interface ExchangeDeclareBodypublic final boolean getDurable()
getDurable in interface ExchangeDeclareBodypublic final boolean getAutoDelete()
getAutoDelete in interface ExchangeDeclareBodypublic final boolean getInternal()
getInternal in interface ExchangeDeclareBodypublic final boolean getNowait()
getNowait in interface ExchangeDeclareBodypublic final FieldTable getArguments()
getArguments in interface ExchangeDeclareBodyprotected int getBodySize()
AMQMethodBodyImplgetBodySize in class AMQMethodBodyImplpublic void writeMethodPayload(DataOutput buffer) throws IOException
writeMethodPayload in interface AMQMethodBodyIOExceptionpublic boolean execute(MethodDispatcher dispatcher, int channelId) throws AMQException
execute in interface AMQMethodBodyAMQExceptionpublic String toString()
toString in interface AMQMethodBodytoString in class ObjectCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.