Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Interface
weblogic.transaction.Transaction

Packages that use Transaction
weblogic.ejb This package contains public WebLogic EJB classes / interfaces. 
weblogic.transaction Provides interfaces and classes for transaction support. 
weblogic.wsee.wstx.wsat   
 

Uses of Transaction in weblogic.ejb
 

Methods in weblogic.ejb that return Transaction
protected  Transaction GenericEnterpriseBean.getCurrentTransaction()
          Transaction Methods
 

Uses of Transaction in weblogic.transaction
 

Methods in weblogic.transaction that return Transaction
 Transaction ClientTransactionManager.forceSuspend()
          suspend dissociates the transaction from the thread delists enlisted resources and marks the transaction for rollback in the event of any failures (for example, while delisting statically registered resources).
 Transaction InterposedTransactionManager.getTransaction()
          Gets the transaction object that is associated with the current thread
static Transaction TxHelper.getTransaction()
          Deprecated.  
 Transaction TransactionManager.getTransaction(Xid xid)
          Given an XID returns the corresponding transaction object, if any.
 Transaction InterposedTransactionManager.getTransaction(Xid xid)
          Given an Xid returns the corresponding transaction object, if any
 

Methods in weblogic.transaction with parameters of type Transaction
 void ClientTransactionManager.forceResume(Transaction suspendedTx)
          If the transaction is active, resume automatically enlists statically registered resources and associates the transaction with the thread.
 

Constructors in weblogic.transaction with parameters of type Transaction
TimedOutException(Transaction tx)
           
 

Uses of Transaction in weblogic.wsee.wstx.wsat
 

Methods in weblogic.wsee.wstx.wsat that return Transaction
 Transaction WSATClientHandler.getTransaction()
          Get the current thread's transaction if there is one.
 


Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06