Package org.apache.axis2.transaction
Class Axis2UserTransaction
java.lang.Object
org.apache.axis2.transaction.Axis2UserTransaction
- All Implemented Interfaces:
UserTransaction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbegin()voidcommit()intvoidrollback()voidvoidsetTransactionTimeout(int i)
-
Constructor Details
-
Axis2UserTransaction
-
-
Method Details
-
begin
- Specified by:
beginin interfaceUserTransaction- Throws:
NotSupportedExceptionSystemException
-
commit
public void commit() throws HeuristicMixedException, HeuristicRollbackException, IllegalStateException, RollbackException, SecurityException, SystemException- Specified by:
commitin interfaceUserTransaction- Throws:
HeuristicMixedExceptionHeuristicRollbackExceptionIllegalStateExceptionRollbackExceptionSecurityExceptionSystemException
-
getStatus
- Specified by:
getStatusin interfaceUserTransaction- Throws:
SystemException
-
rollback
- Specified by:
rollbackin interfaceUserTransaction- Throws:
IllegalStateExceptionSecurityExceptionSystemException
-
setRollbackOnly
- Specified by:
setRollbackOnlyin interfaceUserTransaction- Throws:
IllegalStateExceptionSystemException
-
setTransactionTimeout
- Specified by:
setTransactionTimeoutin interfaceUserTransaction- Throws:
SystemException
-