oracle.toplink.jts.os390
Class OS390ExternalTransactionController

java.lang.Object
  |
  +--oracle.toplink.jts.AbstractExternalTransactionController
        |
        +--oracle.toplink.jts.JTSExternalTransactionController
              |
              +--oracle.toplink.jts.os390.OS390ExternalTransactionController
All Implemented Interfaces:
ExternalTransactionController

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()
          PUBLIC: Return a new controller for use with Websphere on OS390.
 
Method Summary
TypeMethod
 
Methods inherited from class oracle.toplink.jts.JTSExternalTransactionController
 
Methods inherited from class oracle.toplink.jts.AbstractExternalTransactionController
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.toplink.sessions.ExternalTransactionController
 

Constructor Detail

OS390ExternalTransactionController

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