org.apache.ojb.odmg.transaction
Class WeblogicTransactionManagerFactory

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

public class WeblogicTransactionManagerFactory
extends java.lang.Object
implements TransactionManagerFactory

Author:
matthew.baird

Constructor Summary
WeblogicTransactionManagerFactory()
          Constructor for WeblogicTransactionManagerFactory.
 
Method Summary
 javax.transaction.TransactionManager getTransactionManager()
          Similar to JBOSS in that it looks up transactionmanager from JNDI, however we provide a separate implementation instead of a configuration for ease of use, and potentially their implementation may change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeblogicTransactionManagerFactory

public WeblogicTransactionManagerFactory()
Constructor for WeblogicTransactionManagerFactory.

Method Detail

getTransactionManager

public javax.transaction.TransactionManager getTransactionManager()
                                                           throws TransactionManagerFactoryException
Similar to JBOSS in that it looks up transactionmanager from JNDI, however we provide a separate implementation instead of a configuration for ease of use, and potentially their implementation may change.

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