Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.management.runtime.PersistenceUnitRuntimeMBean

Packages that use PersistenceUnitRuntimeMBean
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of PersistenceUnitRuntimeMBean in weblogic.management.runtime
 

Subinterfaces of PersistenceUnitRuntimeMBean in weblogic.management.runtime
 interface KodoPersistenceUnitRuntimeMBean
          Base class for all runtime mbeans that provide status of running modules.
 

Methods in weblogic.management.runtime that return PersistenceUnitRuntimeMBean
 PersistenceUnitRuntimeMBean ApplicationRuntimeMBean.getPersistenceUnitRuntime(String unitName)
          Provides the PersistenceUnitRuntimeMBean for the application with the specified name.
 PersistenceUnitRuntimeMBean WebAppComponentRuntimeMBean.getPersistenceUnitRuntime(String unitName)
          Provides the PersistenceUnitRuntimeMBean for the webapp with the specified name.
 PersistenceUnitRuntimeMBean[] ApplicationRuntimeMBean.getPersistenceUnitRuntimes()
          Provides an array of PersistenceUnitRuntimeMBean objects for this ear module.
 PersistenceUnitRuntimeMBean[] WebAppComponentRuntimeMBean.getPersistenceUnitRuntimes()
          Provides an array of PersistenceUnitRuntimeMBean objects for this webapp module.
 


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02