Uses of Class
org.apache.openjpa.ee.AbstractManagedRuntime
-
Packages that use AbstractManagedRuntime Package Description org.apache.openjpa.ee OpenJPA Enterprise Extensions -
-
Uses of AbstractManagedRuntime in org.apache.openjpa.ee
Subclasses of AbstractManagedRuntime in org.apache.openjpa.ee Modifier and Type Class Description classAutomaticManagedRuntimeImplementation of theManagedRuntimeinterface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.classInvocationManagedRuntimeImplementation of theManagedRuntimeinterface that uses a static method call to find the TransactionManager.classJNDIManagedRuntimeImplementation of theManagedRuntimeinterface that uses JNDI to find the TransactionManager.classOSGiManagedRuntimeImplementation of theManagedRuntimeinterface that listens for an OSGi service with interfacejakarta.transaction.TransactionManagerto create aTransactionManagerfor controlling transactions.classSunOneManagedRuntimeManagedRuntimeimplementation for SunONE.classWASManagedRuntimeManagedRuntimeimplementation that allows synchronization with a WebSphere managed transaction.classWLSManagedRuntimeManagedRuntimeimplementation that directly accesses the transaction manager via WebLogic Server helper classes.
-