Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.jts.hp
Class HPArjunaTransactionController

java.lang.Object
  extended byoracle.toplink.jts.AbstractExternalTransactionController
      extended byoracle.toplink.jts.JTSExternalTransactionController
          extended byoracle.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 © 1998, 2005 Oracle Corporation. All Rights Reserved.