| Package | Description | 
|---|---|
| weblogic.management.configuration | 
| Modifier and Type | Method and Description | 
|---|---|
SystemComponentMBean | 
DomainMBean.createSystemComponent(String name,
                     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(String name)
Lookup a particular system component defined in the Domain 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DomainMBean.destroySystemComponent(SystemComponentMBean bean)
Destroys and removes a system component which is a child of this
 Domain with the specified short name. 
 |