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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement DtxStartBody
 class DtxStartBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return DtxStartBody
 DtxStartBody MethodRegistry_0_9.createDtxStartBody(AMQShortString dtxIdentifier)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return DtxStartBody
 DtxStartBody MethodRegistry_8_0.createDtxStartBody(AMQShortString dtxIdentifier)
           
 

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



Licensed to the Apache Software Foundation