oracle.toplink.jts.was
Class WebSphereJTSExternalTransactionController

java.lang.Object
  |
  +--oracle.toplink.jts.AbstractExternalTransactionController
        |
        +--oracle.toplink.jts.was.WebSphereJTSExternalTransactionController
All Implemented Interfaces:
ExternalTransactionController
Direct Known Subclasses:
JTSExternalTransactionController_4_0

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()
          PUBLIC: Return a new controller for use with WebSphere.
 
Method Summary
TypeMethod
 
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

WebSphereJTSExternalTransactionController

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