| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | OpenJPAConfigurationImpl.getManagedRuntimeInstance() | 
|  ManagedRuntime | OpenJPAConfiguration.getManagedRuntimeInstance()The plugin to use for integrating with a managed runtime. | 
| Methods in org.apache.openjpa.conf with parameters of type ManagedRuntime | |
|---|---|
|  void | OpenJPAConfigurationImpl.setManagedRuntime(ManagedRuntime managedRuntime) | 
|  void | OpenJPAConfiguration.setManagedRuntime(ManagedRuntime runtime)The plugin to use for integrating with a managed runtime. | 
| Uses of ManagedRuntime in org.apache.openjpa.ee | 
|---|
| Classes in org.apache.openjpa.ee that implement ManagedRuntime | |
|---|---|
|  class | AbstractManagedRuntime | 
|  class | AutomaticManagedRuntimeImplementation of the ManagedRuntimeinterface that searches
 through a set of known JNDI locations and method invocations to locate the
 appropriate mechanism for obtaining a TransactionManager. | 
|  class | InvocationManagedRuntimeImplementation of the ManagedRuntimeinterface that uses
 a static method call to find the TransactionManager. | 
|  class | JNDIManagedRuntimeImplementation of the ManagedRuntimeinterface that uses JNDI to
 find the TransactionManager. | 
|  class | RegistryManagedRuntimeImplementation of the ManagedRuntimeinterface that uses 
 theTransactionSynchronizationRegistryinterface (new in JTA 1.1)
 to create aTransactionManagerfacade for controlling transactions. | 
|  class | SunOneManagedRuntimeManagedRuntimeimplementation for SunONE. | 
|  class | WASManagedRuntimeManagedRuntimeimplementation that allows synchronization with a
 WebSphere managed transaction. | 
|  class | WLSManagedRuntimeManagedRuntimeimplementation 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 | DelegatingBroker.getManagedRuntime() | 
|  ManagedRuntime | BrokerImpl.getManagedRuntime() | 
|  ManagedRuntime | Broker.getManagedRuntime()Return the managed runtime in use. | 
| Uses of ManagedRuntime in org.apache.openjpa.persistence | 
|---|
| Methods in org.apache.openjpa.persistence that return ManagedRuntime | |
|---|---|
|  ManagedRuntime | OpenJPAEntityManagerSPI.getManagedRuntime()Return the managed runtime in use. | 
|  ManagedRuntime | EntityManagerImpl.getManagedRuntime() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||