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

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

Methods in org.apache.qpid.framing that return TxRollbackOkBody
abstract  TxRollbackOkBody MethodRegistry.createTxRollbackOkBody()
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement TxRollbackOkBody
 class TxRollbackOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return TxRollbackOkBody
 TxRollbackOkBody MethodRegistry_0_9.createTxRollbackOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return TxRollbackOkBody
 TxRollbackOkBody MethodRegistry_0_91.createTxRollbackOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return TxRollbackOkBody
 TxRollbackOkBody MethodRegistry_8_0.createTxRollbackOkBody()
           
 

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



Licensed to the Apache Software Foundation