Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.transaction.was
Class WebSphereTransactionController

java.lang.Object
  extended by oracle.toplink.transaction.AbstractTransactionController
      extended by oracle.toplink.transaction.JTATransactionController
          extended by oracle.toplink.transaction.was.WebSphereTransactionController
All Implemented Interfaces:
ExternalTransactionController

public class WebSphereTransactionController
extends JTATransactionController

Purpose: TransactionController implementation for WebSphere

Description: Implements the required behaviour for controlling transactions in WebSphere

See Also:
JTATransactionController

Constructor Summary
WebSphereTransactionController()
           
 
Method Summary
 
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

public WebSphereTransactionController()

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