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

Packages that use DtxSelectBody
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_8_0   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement DtxSelectBody
 class DtxSelectBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return DtxSelectBody
 DtxSelectBody MethodRegistry_0_9.createDtxSelectBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return DtxSelectBody
 DtxSelectBody MethodRegistry_8_0.createDtxSelectBody()
           
 

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



Licensed to the Apache Software Foundation