org.apache.ojb.odmg.transaction
Class TransactionManagerAbstractFactory

java.lang.Object
  extended byorg.apache.ojb.odmg.transaction.TransactionManagerAbstractFactory

public class TransactionManagerAbstractFactory
extends java.lang.Object


Constructor Summary
TransactionManagerAbstractFactory()
          Constructor for TransactionManagerAbstractFactory.
 
Method Summary
 javax.transaction.TransactionManager getTransactionManager()
          Creates an instance of TransactionCoordinator, then delegates the create method call to the instance specific to the application server we are hosted in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManagerAbstractFactory

public TransactionManagerAbstractFactory()
Constructor for TransactionManagerAbstractFactory.

Method Detail

getTransactionManager

public javax.transaction.TransactionManager getTransactionManager()
                                                           throws TransactionManagerFactoryException
Creates an instance of TransactionCoordinator, then delegates the create method call to the instance specific to the application server we are hosted in.

Returns:
the appropriate transaction manager for the application server we are hosted in.
Throws:
TransactionManagerFactoryException


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14