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

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

Methods in org.apache.qpid.framing that return QueuePurgeBody
abstract  QueuePurgeBody MethodRegistry.createQueuePurgeBody(int ticket, AMQShortString queue, boolean nowait)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement QueuePurgeBody
 class QueuePurgeBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return QueuePurgeBody
 QueuePurgeBody MethodRegistry_0_9.createQueuePurgeBody(int ticket, AMQShortString queue, boolean nowait)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return QueuePurgeBody
 QueuePurgeBody MethodRegistry_0_91.createQueuePurgeBody(int ticket, AMQShortString queue, boolean nowait)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return QueuePurgeBody
 QueuePurgeBody MethodRegistry_8_0.createQueuePurgeBody(int ticket, AMQShortString queue, boolean nowait)
           
 

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



Licensed to the Apache Software Foundation