Uses of Interface
org.apache.openjpa.ee.ManagedRuntime

Packages that use ManagedRuntime
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.ee OpenJPA Enterprise Extensions 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of ManagedRuntime in org.apache.openjpa.conf
 

Methods in org.apache.openjpa.conf that return ManagedRuntime
 ManagedRuntime OpenJPAConfiguration.getManagedRuntimeInstance()
          The plugin to use for integrating with a managed runtime.
 ManagedRuntime OpenJPAConfigurationImpl.getManagedRuntimeInstance()
           
 

Methods in org.apache.openjpa.conf with parameters of type ManagedRuntime
 void OpenJPAConfiguration.setManagedRuntime(ManagedRuntime runtime)
          The plugin to use for integrating with a managed runtime.
 void OpenJPAConfigurationImpl.setManagedRuntime(ManagedRuntime managedRuntime)
           
 

Uses of ManagedRuntime in org.apache.openjpa.ee
 

Classes in org.apache.openjpa.ee that implement ManagedRuntime
 class AutomaticManagedRuntime
          Implementation of the ManagedRuntime interface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.
 class InvocationManagedRuntime
          Implementation of the ManagedRuntime interface that uses a static method call to find the TransactionManager.
 class JNDIManagedRuntime
          Implementation of the ManagedRuntime interface that uses JNDI to find the TransactionManager.
 class SunOneManagedRuntime
          ManagedRuntime implementation for SunONE.
 class WLSManagedRuntime
          ManagedRuntime implementation that directly accesses the transaction manager via WebLogic Server helper classes.
 

Uses of ManagedRuntime in org.apache.openjpa.kernel
 

Methods in org.apache.openjpa.kernel that return ManagedRuntime
 ManagedRuntime Broker.getManagedRuntime()
          Return the managed runtime in use.
 ManagedRuntime BrokerImpl.getManagedRuntime()
           
 ManagedRuntime DelegatingBroker.getManagedRuntime()
           
 

Uses of ManagedRuntime in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return ManagedRuntime
 ManagedRuntime EntityManagerImpl.getManagedRuntime()
           
 ManagedRuntime OpenJPAEntityManager.getManagedRuntime()
          Return the managed runtime in use.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.