Package org.apache.activemq.artemis.ra
Class ActiveMQRALocalTransaction
java.lang.Object
org.apache.activemq.artemis.ra.ActiveMQRALocalTransaction
- All Implemented Interfaces:
LocalTransaction
JMS Local transaction
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActiveMQRALocalTransaction
-
-
Method Details
-
begin
Description copied from interface:LocalTransactionBegin a local transaction- Specified by:
beginin interfaceLocalTransaction- Throws:
ResourceException- generic exception if operation failsLocalTransactionException- error condition related to local transaction managementResourceAdapterInternalException- error condition internal to resource adapterEISSystemException- EIS instance specific error condition
-
commit
Description copied from interface:LocalTransactionCommit a local transaction- Specified by:
commitin interfaceLocalTransaction- Throws:
ResourceException- generic exception if operation failsLocalTransactionException- error condition related to local transaction managementResourceAdapterInternalException- error condition internal to resource adapterEISSystemException- EIS instance specific error condition
-
rollback
Description copied from interface:LocalTransactionRollback a local transaction- Specified by:
rollbackin interfaceLocalTransaction- Throws:
ResourceException- generic exception if operation failsLocalTransactionException- error condition related to local transaction managementResourceAdapterInternalException- error condition internal to resource adapterEISSystemException- EIS instance specific error condition
-