Package org.apache.openjpa.ee

OpenJPA Enterprise Extensions

See:
          Description

Interface Summary
ManagedRuntime This interface must be implemented by concrete plugins to application servers in order to integrate the OpenJPA runtime in a managed environment.
 

Class Summary
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.
InvocationManagedRuntime Implementation of the ManagedRuntime interface that uses a static method call to find the TransactionManager.
JNDIManagedRuntime Implementation of the ManagedRuntime interface that uses JNDI to find the TransactionManager.
SunOneManagedRuntime ManagedRuntime implementation for SunONE.
WASManagedRuntime ManagedRuntime implementation that allows synchronization with a WebSphere managed transaction.
WLSManagedRuntime ManagedRuntime implementation that directly accesses the transaction manager via WebLogic Server helper classes.
 

Package org.apache.openjpa.ee Description

OpenJPA Enterprise Extensions

This package provides enterprise extensions to the OpenJPA runtime.



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