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

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

Methods in org.apache.qpid.framing that return QueueDeleteBody
 QueueDeleteBody AMQMethodFactory.createQueueDelete(AMQShortString queueName, boolean ifEmpty, boolean ifUnused, int ticket)
           
abstract  QueueDeleteBody MethodRegistry.createQueueDeleteBody(int ticket, AMQShortString queue, boolean ifUnused, boolean ifEmpty, boolean nowait)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement QueueDeleteBody
 class QueueDeleteBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return QueueDeleteBody
 QueueDeleteBody MethodRegistry_0_9.createQueueDeleteBody(int ticket, AMQShortString queue, boolean ifUnused, boolean ifEmpty, boolean nowait)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return QueueDeleteBody
 QueueDeleteBody MethodRegistry_0_91.createQueueDeleteBody(int ticket, AMQShortString queue, boolean ifUnused, boolean ifEmpty, boolean nowait)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return QueueDeleteBody
 QueueDeleteBody MethodRegistry_8_0.createQueueDeleteBody(int ticket, AMQShortString queue, boolean ifUnused, boolean ifEmpty, boolean nowait)
           
 

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



Licensed to the Apache Software Foundation