Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.jts.hp
Class HPArjunaTransactionController

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

public class HPArjunaTransactionController
extends JTSExternalTransactionController
implements ExternalTransactionController

Purpose: Concrete implementation of an ExternalTransactionController.

Description: This class implements the registration of a synchronization object according to the HP/Bluestone implementation that uses the "Arjuna" transaction manager. The HPArjunaTransactionController should be used with the JTSSynchronizationListener. An Arjuna Transaction Manager is obtained from the class com.arjuna.jta.JTA_TransactionManager which defines a static method "transactionManager()" that returns the default instance.

Responsibilities:

See Also:
JTSSynchronizationListener, JTSExternalTransactionController

Constructor Summary
HPArjunaTransactionController()
          PUBLIC: Return a new controller for use with HP Application Server (Bluestone).

 

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

 

Constructor Detail

HPArjunaTransactionController

public HPArjunaTransactionController()
PUBLIC: Return a new controller for use with HP Application Server (Bluestone). This must be associated with the TopLink session. This constructor uses a static method on the Arjuna class in order to obtain the transaction manager.

Copyright © 2003 Oracle Corporation. All Rights Reserved.