SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.ee
Interface ManagedRuntime

All Known Implementing Classes:
AutomaticManagedRuntime, InvocationManagedRuntime, JNDIManagedRuntime

public interface ManagedRuntime

This interface must be implemented by concrete plugins to application servers in order to integrate the JDO runtime in a managed environment.


Method Summary
 TransactionManager getTransactionManager()
          Return the TransactionManager for the managed runtime.
 

Method Detail

getTransactionManager

public TransactionManager getTransactionManager()
                                         throws Exception
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.

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

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