SolarMetric Kodo JDO Enterprise Edition 2.3.1 generated on August 20 2002

com.solarmetric.kodo.ee
Class AutomaticManagedRuntime

java.lang.Object
  |
  +--com.solarmetric.kodo.ee.AutomaticManagedRuntime
All Implemented Interfaces:
ManagedRuntime, Serializable

public class AutomaticManagedRuntime
extends Object
implements ManagedRuntime

Implementation of the ManagedRuntime interface that searches through a set of known JNDI and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.

Built in support is provided for the following Application Servers:

Author:
Marc Prud'hommeaux
See Also:
Serialized Form

Constructor Summary
AutomaticManagedRuntime()
           
 
Method Summary
 TransactionManager getTransactionManager()
          Return the TransactionManager for the managed runtime.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomaticManagedRuntime

public AutomaticManagedRuntime()
Method Detail

getTransactionManager

public TransactionManager getTransactionManager()
                                         throws Exception
Description copied from interface: ManagedRuntime
Return the TransactionManager for the managed runtime. This manager is used to register synchronization listeners, to map transactional PersistenceManagers to the current transaction, and possibly to enlist XA resources.
Specified by:
getTransactionManager in interface ManagedRuntime

SolarMetric Kodo JDO Enterprise Edition 2.3.1 generated on August 20 2002

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.