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

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

Methods in org.apache.qpid.framing that return TxCommitOkBody
abstract  TxCommitOkBody MethodRegistry.createTxCommitOkBody()
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement TxCommitOkBody
 class TxCommitOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return TxCommitOkBody
 TxCommitOkBody MethodRegistry_0_9.createTxCommitOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return TxCommitOkBody
 TxCommitOkBody MethodRegistry_0_91.createTxCommitOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return TxCommitOkBody
 TxCommitOkBody MethodRegistry_8_0.createTxCommitOkBody()
           
 

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



Licensed to the Apache Software Foundation