public class SimpleJtaTransactionManagerImpl extends Object implements TransactionManager
Constructor and Description |
---|
SimpleJtaTransactionManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
begin() |
void |
commit() |
SimpleJtaTransactionImpl |
getCurrentTransaction() |
static SimpleJtaTransactionManagerImpl |
getInstance() |
int |
getStatus() |
Transaction |
getTransaction() |
void |
resume(Transaction transaction) |
void |
rollback() |
void |
setRollbackOnly() |
void |
setTransactionTimeout(int i) |
Transaction |
suspend() |
public static SimpleJtaTransactionManagerImpl getInstance()
public int getStatus() throws SystemException
getStatus
in interface TransactionManager
SystemException
public Transaction getTransaction() throws SystemException
getTransaction
in interface TransactionManager
SystemException
public SimpleJtaTransactionImpl getCurrentTransaction()
public void begin() throws NotSupportedException, SystemException
begin
in interface TransactionManager
NotSupportedException
SystemException
public Transaction suspend() throws SystemException
suspend
in interface TransactionManager
SystemException
public void resume(Transaction transaction) throws InvalidTransactionException, IllegalStateException, SystemException
resume
in interface TransactionManager
InvalidTransactionException
IllegalStateException
SystemException
public void commit() throws RollbackException, HeuristicMixedException, HeuristicRollbackException, SecurityException, IllegalStateException, SystemException
commit
in interface TransactionManager
RollbackException
HeuristicMixedException
HeuristicRollbackException
SecurityException
IllegalStateException
SystemException
public void rollback() throws IllegalStateException, SecurityException, SystemException
rollback
in interface TransactionManager
IllegalStateException
SecurityException
SystemException
public void setRollbackOnly() throws IllegalStateException, SystemException
setRollbackOnly
in interface TransactionManager
IllegalStateException
SystemException
public void setTransactionTimeout(int i) throws SystemException
setTransactionTimeout
in interface TransactionManager
SystemException
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved