org.apache.ojb.odmg.transaction
Class JBossTransactionManagerFactory

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

public class JBossTransactionManagerFactory
extends java.lang.Object
implements TransactionManagerFactory


Constructor Summary
JBossTransactionManagerFactory()
          Constructor for JBossTransactionManagerFactory.
 
Method Summary
 javax.transaction.TransactionManager getTransactionManager()
          Jboss stores the transactionmanager in JNDI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossTransactionManagerFactory

public JBossTransactionManagerFactory()
Constructor for JBossTransactionManagerFactory.

Method Detail

getTransactionManager

public javax.transaction.TransactionManager getTransactionManager()
                                                           throws TransactionManagerFactoryException
Jboss stores the transactionmanager in JNDI. todo: cache resolved transactionmanager.

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