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

B15903-01


oracle.toplink.jts.hp
Class BluestoneJTSExternalTransactionController

java.lang.Object
  extended byoracle.toplink.jts.AbstractExternalTransactionController
      extended byoracle.toplink.jts.JTSExternalTransactionController
          extended byoracle.toplink.jts.hp.BluestoneJTSExternalTransactionController

All Implemented Interfaces:
ExternalTransactionController

public class BluestoneJTSExternalTransactionController
extends JTSExternalTransactionController
implements ExternalTransactionController

Purpose: Concrete implementation of an ExternalTransactionController.

Description: This class implements the registration of a synchronization object according to the Bluestone 7.3 implementation Note that this ExternalTransactionController uses the Arjuna JTS Transaction Manager. Except for the method of looking up the transaction manager, this class is identical to the "standard" JTSExternalTransactionController", and should be used with the JTSSynchronizationListener.

Responsibilities:

See Also:
JTSSynchronizationListener, JTSExternalTransactionController.

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

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

Constructor Detail

BluestoneJTSExternalTransactionController

public BluestoneJTSExternalTransactionController()
PUBLIC: Return a new controller for use with Bluestone (HP). This must be associated with the TopLink session.

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.