org.apache.qpid.framing
Interface QueueDeclareBody

All Superinterfaces:
AMQBody, AMQMethodBody, EncodableAMQDataBlock
All Known Implementing Classes:
QueueDeclareBodyImpl, QueueDeclareBodyImpl, QueueDeclareBodyImpl

public interface QueueDeclareBody
extends EncodableAMQDataBlock, AMQMethodBody


Field Summary
 
Fields inherited from interface org.apache.qpid.framing.AMQMethodBody
TYPE
 
Method Summary
 FieldTable getArguments()
           
 boolean getAutoDelete()
           
 boolean getDurable()
           
 boolean getExclusive()
           
 boolean getNowait()
           
 boolean getPassive()
           
 AMQShortString getQueue()
           
 int getTicket()
           
 
Methods inherited from interface org.apache.qpid.framing.AMQMethodBody
execute, generateFrame, getChannelException, getChannelException, getChannelNotFoundException, getClazz, getConnectionException, getConnectionException, getMajor, getMethod, getMinor, getSize, toString, writeMethodPayload, writePayload
 
Methods inherited from interface org.apache.qpid.framing.AMQBody
getFrameType, handle
 

Method Detail

getArguments

FieldTable getArguments()

getAutoDelete

boolean getAutoDelete()

getDurable

boolean getDurable()

getExclusive

boolean getExclusive()

getNowait

boolean getNowait()

getPassive

boolean getPassive()

getQueue

AMQShortString getQueue()

getTicket

int getTicket()


Licensed to the Apache Software Foundation