org.apache.ojb.odmg.transaction
Class WebSphereTransactionManagerFactory

java.lang.Object
  extended byorg.apache.ojb.odmg.transaction.WebSphereTransactionManagerFactory
All Implemented Interfaces:
TransactionManagerFactory

public class WebSphereTransactionManagerFactory
extends java.lang.Object
implements TransactionManagerFactory


Constructor Summary
WebSphereTransactionManagerFactory()
          Constructor for WebSphereTransactionManagerFactory.
 
Method Summary
 javax.transaction.TransactionManager getTransactionManager()
          use reflection to bind to the appropriate websphere classes so we don't have to import or have those libraries available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSphereTransactionManagerFactory

public WebSphereTransactionManagerFactory()
Constructor for WebSphereTransactionManagerFactory.

Method Detail

getTransactionManager

public javax.transaction.TransactionManager getTransactionManager()
                                                           throws TransactionManagerFactoryException
use reflection to bind to the appropriate websphere classes so we don't have to import or have those libraries available. com.ibm.ejcs.jts.jta.JTSXA.getTransactionManager()

Specified by:
getTransactionManager in interface TransactionManagerFactory
Throws:
TransactionManagerFactoryException
See Also:
org.apache.ojb.otm.jdo.transactionmanager.TransactionManagerFactory#getTransactionManager()


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