Package | Description |
---|---|
weblogic.management.runtime |
Contains classes and interfaces for monitoring a WebLogic
Server domain.
|
Modifier and Type | Method | Description |
---|---|---|
PersistenceUnitRuntimeMBean |
ApplicationRuntimeMBean.getPersistenceUnitRuntime(java.lang.String unitName) |
Provides the PersistenceUnitRuntimeMBean for the application with the specified
name.
|
PersistenceUnitRuntimeMBean |
WebAppComponentRuntimeMBean.getPersistenceUnitRuntime(java.lang.String unitName) |
Provides the PersistenceUnitRuntimeMBean for the web application 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 web application
module.
|