| Package | Description | 
|---|---|
| weblogic.management.runtime | 
 Contains classes and interfaces for monitoring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
KodoPersistenceUnitRuntimeMBean
Base class for all runtime mbeans that provide status of running modules. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PersistenceUnitRuntimeMBean | 
WebAppComponentRuntimeMBean.getPersistenceUnitRuntime(String unitName)
Provides the PersistenceUnitRuntimeMBean for the web application with the specified
 name. 
 | 
PersistenceUnitRuntimeMBean | 
ApplicationRuntimeMBean.getPersistenceUnitRuntime(String unitName)
Provides the PersistenceUnitRuntimeMBean for the application with the specified
 name. 
 | 
PersistenceUnitRuntimeMBean[] | 
WebAppComponentRuntimeMBean.getPersistenceUnitRuntimes()
Provides an array of PersistenceUnitRuntimeMBean objects for this web application
 module. 
 | 
PersistenceUnitRuntimeMBean[] | 
ApplicationRuntimeMBean.getPersistenceUnitRuntimes()
Provides an array of PersistenceUnitRuntimeMBean objects for this EAR
 module. 
 |