Uses of Class
org.apache.openjpa.ee.AbstractManagedRuntime

Packages that use AbstractManagedRuntime
org.apache.openjpa.ee OpenJPA Enterprise Extensions 
 

Uses of AbstractManagedRuntime in org.apache.openjpa.ee
 

Subclasses of AbstractManagedRuntime in org.apache.openjpa.ee
 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 WASManagedRuntime
          ManagedRuntime implementation that allows synchronization with a WebSphere managed transaction.
 class WLSManagedRuntime
          ManagedRuntime implementation that directly accesses the transaction manager via WebLogic Server helper classes.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.