Skip navigation links

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

B28219-01


oracle.toplink.jts.os390
Class OS390ExternalTransactionController

java.lang.Object
  extended byoracle.toplink.jts.AbstractExternalTransactionController
      extended byoracle.toplink.jts.JTSExternalTransactionController
          extended byoracle.toplink.jts.os390.OS390ExternalTransactionController

All Implemented Interfaces:
ExternalTransactionController

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

public class OS390ExternalTransactionController
extends JTSExternalTransactionController
implements ExternalTransactionController

Purpose: Concrete implementation of an ExternalTransactionController.

Description: This class implements the registration of a synchronization object according to OS390 version of WebSphere

Responsibilities:

See Also:
OS390SynchronizationListener

Constructor Summary
OS390ExternalTransactionController()
          Deprecated. PUBLIC: Return a new controller for use with Websphere on OS390.

 

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

 

Constructor Detail

OS390ExternalTransactionController

public OS390ExternalTransactionController()
Deprecated. 
PUBLIC: Return a new controller for use with Websphere on OS390. This must be associated with the TopLink session.

Skip navigation links

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