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.
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.
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.