Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.jts.wls
Class WebLogicJTSExternalTransactionController

java.lang.Object
  extended byoracle.toplink.jts.AbstractExternalTransactionController
      extended byoracle.toplink.jts.JTSExternalTransactionController
          extended byoracle.toplink.jts.wls.WebLogicJTSExternalTransactionController

All Implemented Interfaces:
ExternalTransactionController

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by WebLogicTransactionController

public class WebLogicJTSExternalTransactionController
extends JTSExternalTransactionController
implements ExternalTransactionController

Purpose: Concrete implementation of an ExternalTransactionController.

Description: This class implements the registration of a synchronization object according to the WebLogic 5.1 implementation

Responsibilities:

See Also:
WebLogicJTSSynchronization

Field Summary
static java.lang.String transactionManagerJNDIName
          Deprecated.  

 

Constructor Summary
WebLogicJTSExternalTransactionController()
          Deprecated. PUBLIC: Return a new controller for use with Weblogic.

 

Methods inherited from class oracle.toplink.jts.JTSExternalTransactionController
markTransactionForRollback

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

transactionManagerJNDIName

public static java.lang.String transactionManagerJNDIName
Deprecated. 

Constructor Detail

WebLogicJTSExternalTransactionController

public WebLogicJTSExternalTransactionController()
Deprecated. 
PUBLIC: Return a new controller for use with Weblogic. This must be associated with the TopLink session.

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.