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

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

Methods in org.apache.qpid.framing that return TxRollbackBody
 TxRollbackBody AMQMethodFactory.createTxRollback()
           
abstract  TxRollbackBody MethodRegistry.createTxRollbackBody()
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement TxRollbackBody
 class TxRollbackBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return TxRollbackBody
 TxRollbackBody MethodRegistry_0_9.createTxRollbackBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return TxRollbackBody
 TxRollbackBody MethodRegistry_0_91.createTxRollbackBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return TxRollbackBody
 TxRollbackBody MethodRegistry_8_0.createTxRollbackBody()
           
 

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



Licensed to the Apache Software Foundation