public class Axis2UserTransaction extends Object implements UserTransaction
Constructor and Description |
---|
Axis2UserTransaction(TransactionManager transactionManager) |
Modifier and Type | Method and Description |
---|---|
void |
begin() |
void |
commit() |
int |
getStatus() |
void |
rollback() |
void |
setRollbackOnly() |
void |
setTransactionTimeout(int i) |
public Axis2UserTransaction(TransactionManager transactionManager)
public void begin() throws NotSupportedException, SystemException
begin
in interface UserTransaction
NotSupportedException
SystemException
public void commit() throws HeuristicMixedException, HeuristicRollbackException, IllegalStateException, RollbackException, SecurityException, SystemException
commit
in interface UserTransaction
HeuristicMixedException
HeuristicRollbackException
IllegalStateException
RollbackException
SecurityException
SystemException
public int getStatus() throws SystemException
getStatus
in interface UserTransaction
SystemException
public void rollback() throws IllegalStateException, SecurityException, SystemException
rollback
in interface UserTransaction
IllegalStateException
SecurityException
SystemException
public void setRollbackOnly() throws IllegalStateException, SystemException
setRollbackOnly
in interface UserTransaction
IllegalStateException
SystemException
public void setTransactionTimeout(int i) throws SystemException
setTransactionTimeout
in interface UserTransaction
SystemException
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.