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

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

Methods in org.apache.qpid.framing that return QueueDeleteOkBody
abstract  QueueDeleteOkBody MethodRegistry.createQueueDeleteOkBody(long messageCount)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement QueueDeleteOkBody
 class QueueDeleteOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return QueueDeleteOkBody
 QueueDeleteOkBody MethodRegistry_0_9.createQueueDeleteOkBody(long messageCount)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return QueueDeleteOkBody
 QueueDeleteOkBody MethodRegistry_0_91.createQueueDeleteOkBody(long messageCount)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return QueueDeleteOkBody
 QueueDeleteOkBody MethodRegistry_8_0.createQueueDeleteOkBody(long messageCount)
           
 

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



Licensed to the Apache Software Foundation