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

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

Methods in org.apache.qpid.framing that return TxCommitBody
 TxCommitBody AMQMethodFactory.createTxCommit()
           
abstract  TxCommitBody MethodRegistry.createTxCommitBody()
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement TxCommitBody
 class TxCommitBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return TxCommitBody
 TxCommitBody MethodRegistry_0_9.createTxCommitBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return TxCommitBody
 TxCommitBody MethodRegistry_0_91.createTxCommitBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return TxCommitBody
 TxCommitBody MethodRegistry_8_0.createTxCommitBody()
           
 

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



Licensed to the Apache Software Foundation