Skip navigation links

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

B28219-01


oracle.toplink.jts.was
Class WebSphereJTSExternalTransactionController

java.lang.Object
  extended byoracle.toplink.jts.AbstractExternalTransactionController
      extended byoracle.toplink.jts.was.WebSphereJTSExternalTransactionController

All Implemented Interfaces:
ExternalTransactionController
Direct Known Subclasses:
JTSExternalTransactionController_4_0

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.transaction.was

public class WebSphereJTSExternalTransactionController
extends AbstractExternalTransactionController
implements ExternalTransactionController

Purpose: Concrete implementation of an ExternalTransactionController. Description: This class implements the registration of a synchronization object according to the WebSphere 3.0 implementation Responsibilities:


Constructor Summary
WebSphereJTSExternalTransactionController()
          Deprecated. PUBLIC: Return a new controller for use with WebSphere.

 

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

 

Constructor Detail

WebSphereJTSExternalTransactionController

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

Skip navigation links

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