Uses of Class
com.sun.xml.ws.tx.at.WSATException
Packages that use WSATException
-
Uses of WSATException in com.sun.xml.ws.tx.at.internal
Methods in com.sun.xml.ws.tx.at.internal that throw WSATExceptionModifier and TypeMethodDescriptionvoidTransactionServicesImpl.commit(byte[] tId) TransactionServicesImpl.enlistResource(XAResource resource, Xid xid) TransactionServicesImpl.importTransaction(int timeout, byte[] tId) TransactionServicesImpl.prepare(byte[] tId) voidTransactionServicesImpl.registerSynchronization(javax.transaction.Synchronization synchronization, Xid xid) voidTransactionServicesImpl.replayCompletion(String tId, XAResource xaResource) voidTransactionServicesImpl.rollback(byte[] tId) -
Uses of WSATException in com.sun.xml.ws.tx.at.runtime
Methods in com.sun.xml.ws.tx.at.runtime that throw WSATExceptionModifier and TypeMethodDescriptionvoidTransactionServices.commit(byte[] tId) Called by Participant endpoint to commit tx/subordinate branchTransactionServices.enlistResource(XAResource resource, Xid xid) Called by Registraion Service during register call in order to enlist WSAT XAResource (this is essentially the WSAT participant EPR wrapper that is serialized for recovery) and return branchqual in order to create RegisterResponseTypeTransactionServices.importTransaction(int timeout, byte[] tId) Called by server tube (WSATServerHelper) to infect thread with txTransactionServices.prepare(byte[] tId) Called by Participant endpoint to prepare tx/subordinate branchvoidTransactionServices.registerSynchronization(javax.transaction.Synchronization synchronization, Xid xid) Called by Registration service to register a volatile participantvoidTransactionServices.replayCompletion(String tId, XAResource xaResource) Called by Coordinator replay operation Bottom-up recovery call, as in JTS, a hint to resendvoidTransactionServices.rollback(byte[] tId) Called by Participant endpoint to prepare tx/subordinate branch