| Package | Description | 
|---|---|
| weblogic.management.runtime | 
| Modifier and Type | Method and Description | 
|---|---|
LibraryRuntimeMBean[] | 
WebAppComponentRuntimeMBean.getLibraryRuntimes()
Returns the list of library runtime instances for each Java EE
 library that is contained in this enterprise application. 
 | 
LibraryRuntimeMBean[] | 
ServerRuntimeMBean.getLibraryRuntimes()
 Returns all deployed Libraries 
 | 
LibraryRuntimeMBean[] | 
PartitionRuntimeMBean.getLibraryRuntimes()
Deployed Libraries of this partition. 
 | 
LibraryRuntimeMBean[] | 
ApplicationRuntimeMBean.getLibraryRuntimes()
Returns the list of library runtime instances for each Java EE
 library that is contained in this enterprise application. 
 | 
LibraryRuntimeMBean[] | 
ApplicationRuntimeMBean.getOptionalPackageRuntimes()
Returns the list of optional package runtime instances for each Java EE
 optional package that is contained in this enterprise application. 
 | 
LibraryRuntimeMBean | 
ServerRuntimeMBean.lookupLibraryRuntime(String name)
 Returns the LibraryRuntimeMBean asked for, by name. 
 | 
LibraryRuntimeMBean | 
PartitionRuntimeMBean.lookupLibraryRuntime(String name)
The name of the LibraryRuntimeMBean requested. 
 |