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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement DtxSelectOkBody
 class DtxSelectOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return DtxSelectOkBody
 DtxSelectOkBody MethodRegistry_0_9.createDtxSelectOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return DtxSelectOkBody
 DtxSelectOkBody MethodRegistry_8_0.createDtxSelectOkBody()
           
 

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



Licensed to the Apache Software Foundation