BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Package weblogic.transaction

Interface Summary
InterposedTransactionManager InterposedTransactionManager is used by a bi-directional gateway for importing foreign transactions into WLS.
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.
XAResource This is an optional interface that XA resource provider can implement to communicate extra information to the Transaction Manager.
 

Class Summary
TxHelper This class is a convenience wrapper for gaining access to objects and resources related to the transaction manager, on both client and server processes, via static methods.
 

Exception Summary
RollbackException This class extends javax.transaction.RollbackException and preserves the original reason for a rollback by reporting the application-supplied rollback reason.
TimedOutException Indicates that a transaction was rolled back due to a timeout.
TransactionSystemException This class extends java.rmi.RemoteException, and is thrown by transaction interceptors to communicate a transaction SystemException to clients.
XAException  
 

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.