| Method from javax.transaction.Transaction Detail: |
public void commit() throws SystemException, SecurityException, RollbackException, HeuristicRollbackException, HeuristicMixedException
|
public boolean delistResource(XAResource xaRes,
int flag) throws SystemException, IllegalStateException
|
public boolean enlistResource(XAResource xaRes) throws SystemException, RollbackException, IllegalStateException
|
public int getStatus() throws SystemException
|
public void registerSynchronization(Synchronization sync) throws SystemException, RollbackException, IllegalStateException
|
public void rollback() throws SystemException, IllegalStateException
|
public void setRollbackOnly() throws SystemException, IllegalStateException
|