SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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.


Method Summary
 TransactionManager getTransactionManager()
          Return the TransactionManager for the managed runtime.
 void setConfiguration(EEConfiguration conf)
          Configuration will be supplied before use.
 

Method Detail

setConfiguration

public void setConfiguration(EEConfiguration conf)
Configuration will be supplied before use.

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 2.4.3 generated on March 27 2003

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