Uses of Interface
org.apache.qpid.framing.QueueDeclareBody

Packages that use QueueDeclareBody
org.apache.qpid.framing   
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
org.apache.qpid.framing.amqp_8_0   
 

Uses of QueueDeclareBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return QueueDeclareBody
 QueueDeclareBody AMQMethodFactory.createQueueDeclare(AMQShortString name, FieldTable arguments, boolean autoDelete, boolean durable, boolean exclusive, boolean passive, int ticket)
           
abstract  QueueDeclareBody MethodRegistry.createQueueDeclareBody(int ticket, AMQShortString queue, boolean passive, boolean durable, boolean exclusive, boolean autoDelete, boolean nowait, FieldTable arguments)
           
 

Methods in org.apache.qpid.framing with parameters of type QueueDeclareBody
 boolean ServerMethodDispatcher.dispatchQueueDeclare(QueueDeclareBody body, int channelId)
           
 

Uses of QueueDeclareBody in org.apache.qpid.framing.amqp_0_9
 

Classes in org.apache.qpid.framing.amqp_0_9 that implement QueueDeclareBody
 class QueueDeclareBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return QueueDeclareBody
 QueueDeclareBody MethodRegistry_0_9.createQueueDeclareBody(int ticket, AMQShortString queue, boolean passive, boolean durable, boolean exclusive, boolean autoDelete, boolean nowait, FieldTable arguments)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type QueueDeclareBody
 boolean ServerMethodDispatcher_0_9.dispatchQueueDeclare(QueueDeclareBody body, int channelId)
           
 

Uses of QueueDeclareBody in org.apache.qpid.framing.amqp_0_91
 

Methods in org.apache.qpid.framing.amqp_0_91 that return QueueDeclareBody
 QueueDeclareBody MethodRegistry_0_91.createQueueDeclareBody(int ticket, AMQShortString queue, boolean passive, boolean durable, boolean exclusive, boolean autoDelete, boolean nowait, FieldTable arguments)
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type QueueDeclareBody
 boolean ServerMethodDispatcher_0_91.dispatchQueueDeclare(QueueDeclareBody body, int channelId)
           
 

Uses of QueueDeclareBody in org.apache.qpid.framing.amqp_8_0
 

Methods in org.apache.qpid.framing.amqp_8_0 that return QueueDeclareBody
 QueueDeclareBody MethodRegistry_8_0.createQueueDeclareBody(int ticket, AMQShortString queue, boolean passive, boolean durable, boolean exclusive, boolean autoDelete, boolean nowait, FieldTable arguments)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type QueueDeclareBody
 boolean ServerMethodDispatcher_8_0.dispatchQueueDeclare(QueueDeclareBody body, int channelId)
           
 



Licensed to the Apache Software Foundation