Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.wsee.wstx.wsat.WSATException

Packages that use WSATException
weblogic.wsee.wstx Provides interfaces weblogic.wsee.wstx
 

Uses of WSATException in weblogic.wsee.wstx
 

Methods in weblogic.wsee.wstx that throw WSATException
 void TransactionServices.commit(byte[] tId)
          Called by Participant endpoint to commit tx/subordinate branch
 byte[] 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
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01