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

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

Methods in org.apache.qpid.framing that return QueuePurgeOkBody
abstract  QueuePurgeOkBody MethodRegistry.createQueuePurgeOkBody(long messageCount)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement QueuePurgeOkBody
 class QueuePurgeOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return QueuePurgeOkBody
 QueuePurgeOkBody MethodRegistry_0_9.createQueuePurgeOkBody(long messageCount)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return QueuePurgeOkBody
 QueuePurgeOkBody MethodRegistry_0_91.createQueuePurgeOkBody(long messageCount)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return QueuePurgeOkBody
 QueuePurgeOkBody MethodRegistry_8_0.createQueuePurgeOkBody(long messageCount)
           
 

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



Licensed to the Apache Software Foundation