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

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

Methods in org.apache.qpid.framing that return TxSelectBody
 TxSelectBody AMQMethodFactory.createTxSelect()
           
abstract  TxSelectBody MethodRegistry.createTxSelectBody()
           
 

Methods in org.apache.qpid.framing with parameters of type TxSelectBody
 boolean ServerMethodDispatcher.dispatchTxSelect(TxSelectBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement TxSelectBody
 class TxSelectBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return TxSelectBody
 TxSelectBody MethodRegistry_0_9.createTxSelectBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return TxSelectBody
 TxSelectBody MethodRegistry_0_91.createTxSelectBody()
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type TxSelectBody
 boolean ServerMethodDispatcher_0_91.dispatchTxSelect(TxSelectBody body, int channelId)
           
 

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

Methods in org.apache.qpid.framing.amqp_8_0 that return TxSelectBody
 TxSelectBody MethodRegistry_8_0.createTxSelectBody()
           
 

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



Licensed to the Apache Software Foundation