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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement DtxStartOkBody
 class DtxStartOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return DtxStartOkBody
 DtxStartOkBody MethodRegistry_0_9.createDtxStartOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return DtxStartOkBody
 DtxStartOkBody MethodRegistry_8_0.createDtxStartOkBody()
           
 

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



Licensed to the Apache Software Foundation