SolarMetric Kodo JDO Enterprise Edition 2.3.1 generated on August 20 2002

com.solarmetric.kodo.ee
Interface ManagedRuntime

All Superinterfaces:
Serializable
All Known Implementing Classes:
JNDIManagedRuntime, InvocationManagedRuntime, AutomaticManagedRuntime

public interface ManagedRuntime
extends Serializable

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

Author:
Abe White

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 Enterprise Edition 2.3.1 generated on August 20 2002

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