| java.lang.Object com.sun.xml.ws.tx.common.ATTransactionManagerImpl
ATTransactionManagerImpl | public class ATTransactionManagerImpl implements TransactionManager(Code) | | Inject WS-Coordination/WS-AtomicTransaction support into JTA 1.1 TransactionManager and
TransactionSynchronizationRegistry.
author: jf39279 |
begin | public void begin() throws NotSupportedException, SystemException(Code) | | |
getCoordinationContext | public CoordinationContextInterface getCoordinationContext()(Code) | | Get the coordination context associated with the current transaction.
Returns null if none set.
|
getStatus | public int getStatus() throws SystemException(Code) | | |
getTransaction | public javax.transaction.Transaction getTransaction() throws SystemException(Code) | | |
setCoordinationContext | public void setCoordinationContext(CoordinationContextInterface coordinationCtx)(Code) | | Set the coordination context associated with the current transaction.
|
setTransactionTimeout | public void setTransactionTimeout(int seconds) throws SystemException(Code) | | |
suspend | public Transaction suspend() throws SystemException(Code) | | |
|
|