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

Packages that use QueueDeclareOkBody
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 QueueDeclareOkBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return QueueDeclareOkBody
abstract  QueueDeclareOkBody MethodRegistry.createQueueDeclareOkBody(AMQShortString queue, long messageCount, long consumerCount)
           
 

Methods in org.apache.qpid.framing with parameters of type QueueDeclareOkBody
 boolean ClientMethodDispatcher.dispatchQueueDeclareOk(QueueDeclareOkBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement QueueDeclareOkBody
 class QueueDeclareOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return QueueDeclareOkBody
 QueueDeclareOkBody MethodRegistry_0_9.createQueueDeclareOkBody(AMQShortString queue, long messageCount, long consumerCount)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type QueueDeclareOkBody
 boolean ClientMethodDispatcher_0_9.dispatchQueueDeclareOk(QueueDeclareOkBody body, int channelId)
           
 

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

Methods in org.apache.qpid.framing.amqp_0_91 that return QueueDeclareOkBody
 QueueDeclareOkBody MethodRegistry_0_91.createQueueDeclareOkBody(AMQShortString queue, long messageCount, long consumerCount)
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type QueueDeclareOkBody
 boolean ClientMethodDispatcher_0_91.dispatchQueueDeclareOk(QueueDeclareOkBody body, int channelId)
           
 

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

Methods in org.apache.qpid.framing.amqp_8_0 that return QueueDeclareOkBody
 QueueDeclareOkBody MethodRegistry_8_0.createQueueDeclareOkBody(AMQShortString queue, long messageCount, long consumerCount)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type QueueDeclareOkBody
 boolean ClientMethodDispatcher_8_0.dispatchQueueDeclareOk(QueueDeclareOkBody body, int channelId)
           
 



Licensed to the Apache Software Foundation