oracle.toplink.jts.inprise
Class InpriseJTSExternalTransactionController

java.lang.Object
  |
  +--oracle.toplink.jts.AbstractExternalTransactionController
        |
        +--oracle.toplink.jts.inprise.InpriseJTSExternalTransactionController
All Implemented Interfaces:
ExternalTransactionController

public class InpriseJTSExternalTransactionController
extends AbstractExternalTransactionController
implements ExternalTransactionController

Purpose: Concrete implementation of an ExternalTransactionController.

Description: This class implements the registration of a synchronization object according to the Imprise Application Server 4.0 implementation

Responsibilities:


Constructor Summary
InpriseJTSExternalTransactionController()
           
 
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

InpriseJTSExternalTransactionController

public InpriseJTSExternalTransactionController()
Method Detail