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

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

Methods in org.apache.qpid.framing that return TxSelectOkBody
abstract  TxSelectOkBody MethodRegistry.createTxSelectOkBody()
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement TxSelectOkBody
 class TxSelectOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return TxSelectOkBody
 TxSelectOkBody MethodRegistry_0_9.createTxSelectOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return TxSelectOkBody
 TxSelectOkBody MethodRegistry_0_91.createTxSelectOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return TxSelectOkBody
 TxSelectOkBody MethodRegistry_8_0.createTxSelectOkBody()
           
 

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



Licensed to the Apache Software Foundation