Skip navigation links

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

B28219-01


oracle.toplink.transaction.was
Class WebSphereTransactionController_5_0

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

All Implemented Interfaces:
ExternalTransactionController

public class WebSphereTransactionController_5_0
extends JTATransactionController

Purpose: TransactionController implementation for WebSphere 5.0

Description: Implements the required behaviour for controlling transactions in WebSphere 5.0. Since 5.0 provides support for JTA the TransactionManager must be set on the instance.

See Also:
JTATransactionController

Constructor Summary
WebSphereTransactionController_5_0()
           

 

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_0

public WebSphereTransactionController_5_0()

Skip navigation links

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