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

Part Number E27170-01

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 Provides class and interfaces to manage WebLogic Web Services Atomic Transactions. 
 

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
static Transaction TxHelper.getTransaction()
          Deprecated.  
 

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, 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