| java.lang.Object com.sun.xml.ws.tx.common.ATTransactionImpl
ATTransactionImpl | public class ATTransactionImpl implements ATTransaction(Code) | | Represents an WS-AT capable Transaction.
Also has reference to related Java EE transaction that it is associated with.
author: jf39279 |
enlistResource | public boolean enlistResource(XAResource xaResource) throws RollbackException, IllegalStateException, SystemException(Code) | | Wrapper XAResource as a participant and enlist with this transaction's coordinator.
Contemplating removing this method but leave for now.
XAResources from managed connections are automatically enlisted with Java EE transaction.
|
forget | public void forget()(Code) | | |
getStatus | public int getStatus() throws SystemException(Code) | | |
registerSynchronization | public void registerSynchronization(Synchronization synchronization) throws RollbackException, IllegalStateException, SystemException(Code) | | |
|
|