Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.transaction.was
Class WebSphereTransactionController_5_1

java.lang.Object
  extended byoracle.toplink.transaction.AbstractTransactionController
      extended byoracle.toplink.transaction.JTATransactionController
          extended byoracle.toplink.transaction.was.WebSphereTransactionController_5_1

All Implemented Interfaces:
ExternalTransactionController
Direct Known Subclasses:
WebSphereTransactionController_6_0

public class WebSphereTransactionController_5_1
extends JTATransactionController

Purpose: TransactionController implementation for WebSphere 5.1

Description: Implements the required behaviour for controlling transactions in WebSphere 5.1. We need this class because 5.1 changed the TransactionManagerFactory package names.

See Also:
JTATransactionController

Constructor Summary
WebSphereTransactionController_5_1()
           

 

Methods inherited from class oracle.toplink.transaction.JTATransactionController
getTransactionManager, setTransactionManager

 

Methods inherited from class oracle.toplink.transaction.AbstractTransactionController
jndiLookup, logTxStateTrace, logTxTrace

 

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

 

Constructor Detail

WebSphereTransactionController_5_1

public WebSphereTransactionController_5_1()

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.