| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| weblogic.server | Provides interfaces and exceptions for  weblogic.server. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| SystemComponentMBean | DomainMBean. createSystemComponent(java.lang.String name,
                     java.lang.String componentType) | This is the factory method for system components that are scoped at
 the domain level. | 
| SystemComponentMBean[] | DomainMBean. getSystemComponents() | Returns the SystemComponentMBeans, representing the system
 system components that have been configured to be part of this
 domain. | 
| SystemComponentMBean | DomainMBean. lookupSystemComponent(java.lang.String name) | Lookup a particular system component defined in the Domain | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | DomainMBean. destroySystemComponent(SystemComponentMBean bean) | Destroys and removes a system component which is a child of this
 Domain with the specified short name. |