org.jomc.standalone.ri.naming.support
Class TopLinkTransactionController

Package class diagram package TopLinkTransactionController
java.lang.Object
  extended by oracle.toplink.essentials.transaction.AbstractTransactionController
      extended by oracle.toplink.essentials.transaction.JTATransactionController
          extended by org.jomc.standalone.ri.naming.support.TopLinkTransactionController
All Implemented Interfaces:
oracle.toplink.essentials.sessions.ExternalTransactionController

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public final class TopLinkTransactionController
extends oracle.toplink.essentials.transaction.JTATransactionController

Standalone Toplink ExternalTransactionController.

Version:
$Id: TopLinkTransactionController.java 2242 2010-06-29 07:54:56Z schulte2005 $
Author:
Christian Schulte 1.0

Field Summary
Modifier and Type Field and Description
 
Fields inherited from class oracle.toplink.essentials.transaction.JTATransactionController
transactionManager
 
Fields inherited from class oracle.toplink.essentials.transaction.AbstractTransactionController
activeUnitOfWorkThreadLocal, listenerFactory, session, unitsOfWork
 
Constructor Summary
Constructor and Description
TopLinkTransactionController()
          Creates a new TopLinkTransactionController instance.
 
Method Summary
Modifier and Type Method and Description
protected  TransactionManager acquireTransactionManager()
           
protected  StandaloneEnvironment getStandaloneEnvironment()
           
 
Methods inherited from class oracle.toplink.essentials.transaction.JTATransactionController
beginTransaction_impl, canBeginTransaction_impl, canCommitTransaction_impl, canIssueSQLToDatabase_impl, canMergeUnitOfWork_impl, canRollbackTransaction_impl, commitTransaction_impl, getIntStatus, getTransaction_impl, getTransactionKey_impl, getTransactionManager, getTransactionStatus_impl, isRolledBack_impl, markTransactionForRollback_impl, registerSynchronization_impl, rollbackTransaction_impl, setTransactionManager, statusToString_impl
 
Methods inherited from class oracle.toplink.essentials.transaction.AbstractTransactionController
addUnitOfWork, beginTransaction, bindToCurrentTransaction, commitTransaction, getActiveUnitOfWork, getListenerFactory, getSession, getTransaction, getTransactionKey, getTransactionStatus, getUnitsOfWork, hasActiveUnitOfWork, jndiLookup, logTxStateTrace, logTxTrace, lookupActiveUnitOfWork, lookupActiveUnitOfWork, markTransactionForRollback, noTransactionOrRolledBackOrCommited, registerSynchronizationListener, removeUnitOfWork, rollbackTransaction, setListenerFactory, setSession, setUnitsOfWork
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopLinkTransactionController

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public TopLinkTransactionController()
Creates a new TopLinkTransactionController instance.

Method Detail

acquireTransactionManager

protected TransactionManager acquireTransactionManager()
                                                throws Exception
Overrides:
acquireTransactionManager in class oracle.toplink.essentials.transaction.JTATransactionController
Throws:
Exception

getStandaloneEnvironment

protected StandaloneEnvironment getStandaloneEnvironment()


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.