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

Part Number E13941-02

Uses of Package
weblogic.transaction

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

Classes in weblogic.transaction used by weblogic.ejb
Transaction
          This interface provides extensions to the javax.transaction.Transaction object for application or system use.
TransactionManager
          Allows XA resources to register and unregister themselves with the Transaction Manager on startup.
 

Classes in weblogic.transaction used by weblogic.transaction
BeginNotificationListener
          An object implementing this interface may be registered with the server transaction manager to receive a notification callback when a transaction is started on the server.
ClientTransactionManager
          Allows a transaction to be suspended and resumed.
ClientTxHelper
          This class is suitable to be used on a "thicker" thin client.
InterposedTransactionManager
          InterposedTransactionManager is used by a bi-directional gateway for importing foreign transactions into WLS.
RollbackException
          This class extends javax.transaction.RollbackException and preserves the original reason for a rollback by reporting the application-supplied rollback reason.
Transaction
          This interface provides extensions to the javax.transaction.Transaction object for application or system use.
TransactionHelper
          Helper for managing transactions required by higher-level functionality.
TransactionLoggable
          Interface for object capable of being stored in transaction log.
TransactionLogger
          Transaction log manager for two-phase commit.
TransactionManager
          Allows XA resources to register and unregister themselves with the Transaction Manager on startup.
UserTransaction
          This interface defines WebLogic-specific extensions to javax.transaction.UserTransaction.
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02