| Package | Description |
|---|---|
| weblogic.management.configuration | |
| weblogic.management.runtime |
| Modifier and Type | Method and Description |
|---|---|
LibraryMBean[] |
PartitionMBean.getInternalLibraries()
The collection of internal libraries in this partition.
|
LibraryMBean[] |
DomainMBean.getInternalLibraries()
The collection of internal libraries in this domain
|
LibraryMBean[] |
ResourceGroupTemplateMBean.getLibraries()
Define libraries for this resource group template.
|
LibraryMBean[] |
DomainMBean.getLibraries() |
LibraryMBean |
PartitionMBean.lookupInternalLibrary(String name) |
LibraryMBean |
DomainMBean.lookupInternalLibrary(String name) |
LibraryMBean |
ResourceGroupTemplateMBean.lookupLibrary(String name)
Finds a LibraryMBean with the specified name
|
LibraryMBean |
DomainMBean.lookupLibrary(String name)
Look up the named module.
|
| Modifier and Type | Method and Description |
|---|---|
LibraryMBean |
DeploymentProgressObjectMBean.getLibraryMBean()
Return the LibraryMBean for the
current deployment operation.
|