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
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 SolarMetric, Inc. All Rights Reserved.