org.eclipse.persistence.transaction.was
Class WebSphereTransactionController

java.lang.Object
  extended by org.eclipse.persistence.transaction.AbstractTransactionController
      extended by org.eclipse.persistence.transaction.JTATransactionController
          extended by org.eclipse.persistence.transaction.was.WebSphereTransactionController
All Implemented Interfaces:
ExternalTransactionController

public class WebSphereTransactionController
extends JTATransactionController

Purpose: TransactionController implementation for WebSphere

Description: Implements the required behavior for controlling transactions in WebSphere

See Also:
JTATransactionController

Constructor Summary
WebSphereTransactionController()
           
 
Method Summary
 
Methods inherited from class org.eclipse.persistence.transaction.JTATransactionController
getDefaultTransactionManager, getTransactionManager, isRolledBack_impl, setDefaultTransactionManager, setTransactionManager
 
Methods inherited from class org.eclipse.persistence.transaction.AbstractTransactionController
addUnitOfWork, beginTransaction, bindToCurrentTransaction, clearSequencingListeners, commitTransaction, getActiveSequencingCallback, getActiveUnitOfWork, getListenerFactory, getSession, getTransaction, getTransactionKey, getTransactionStatus, getUnitsOfWork, hasActiveUnitOfWork, initializeSequencingListeners, isSequencingCallbackRequired, jndiLookup, logTxStateTrace, logTxTrace, lookupActiveUnitOfWork, lookupActiveUnitOfWork, markTransactionForRollback, noTransactionOrRolledBackOrCommited, numSessionsRequiringSequencingCallback, registerSynchronizationListener, removeSequencingListener, removeUnitOfWork, rollbackTransaction, setListenerFactory, setSession
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSphereTransactionController

public WebSphereTransactionController()