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.prepare(byte[] tId) 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.prepare(byte[] tId) Called by Participant endpoint to prepare tx/subordinate branchvoidTransactionServices.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