BEA Systems, Inc.

Uses of Interface
weblogic.transaction.Transaction

Packages that use Transaction
weblogic.ejb This package contains public WebLogic EJB classes / interfaces. 
weblogic.transaction   
 

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)
           
 


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.