SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.runtime
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
 javax.transaction.TransactionManager getTransactionManager()
          Return the TransactionManager for the managed runtime.
 void setConfiguration(com.solarmetric.rd.kodo.conf.JDOConfiguration conf)
          Configuration will be supplied before use.
 

Method Detail

setConfiguration

public void setConfiguration(com.solarmetric.rd.kodo.conf.JDOConfiguration conf)
Configuration will be supplied before use.


getTransactionManager

public javax.transaction.TransactionManager getTransactionManager()
                                                           throws java.lang.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.

java.lang.Exception

SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

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