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