|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSATException | |
|---|---|
| com.sun.xml.ws.tx.at.internal | |
| com.sun.xml.ws.tx.at.runtime | |
| Uses of WSATException in com.sun.xml.ws.tx.at.internal |
|---|
| Methods in com.sun.xml.ws.tx.at.internal that throw WSATException | |
|---|---|
void |
TransactionServicesImpl.commit(byte[] tId)
|
Xid |
TransactionServicesImpl.enlistResource(XAResource resource,
Xid xid)
|
Xid |
TransactionServicesImpl.importTransaction(int timeout,
byte[] tId)
|
String |
TransactionServicesImpl.prepare(byte[] tId)
|
void |
TransactionServicesImpl.registerSynchronization(Synchronization synchronization,
Xid xid)
|
void |
TransactionServicesImpl.replayCompletion(String tId,
XAResource xaResource)
|
void |
TransactionServicesImpl.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 WSATException | |
|---|---|
void |
TransactionServices.commit(byte[] tId)
Called by Participant endpoint to commit tx/subordinate branch |
Xid |
TransactionServices.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 RegisterResponseType |
Xid |
TransactionServices.importTransaction(int timeout,
byte[] tId)
Called by server tube (WSATServerHelper) to infect thread with tx |
String |
TransactionServices.prepare(byte[] tId)
Called by Participant endpoint to prepare tx/subordinate branch |
void |
TransactionServices.registerSynchronization(Synchronization synchronization,
Xid xid)
Called by Registration service to register a volatile participant |
void |
TransactionServices.replayCompletion(String tId,
XAResource xaResource)
Called by Coordinator replay operation Bottom-up recovery call, as in JTS, a hint to resend |
void |
TransactionServices.rollback(byte[] tId)
Called by Participant endpoint to prepare tx/subordinate branch |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||