| Package | Description | 
|---|---|
| weblogic.management.configuration | 
 Contains classes and interfaces for configuring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceGroupMBean | 
PartitionMBean.createResourceGroup(String name)
Creates a resource group with the specified name. 
 | 
ResourceGroupMBean | 
DomainMBean.createResourceGroup(String name)
Creates a resource group at the domain level with the specified name. 
 | 
ResourceGroupMBean[] | 
PartitionMBean.getResourceGroups()
All the resource groups in this partition. 
 | 
ResourceGroupMBean[] | 
DomainMBean.getResourceGroups()
The resource groups at the domain level. 
 | 
ResourceGroupMBean | 
PartitionMBean.lookupResourceGroup(String name)
Look up the named resource group. 
 | 
ResourceGroupMBean | 
DomainMBean.lookupResourceGroup(String name)
Lookup a resource group by name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PartitionMBean.destroyResourceGroup(ResourceGroupMBean group)
Destroys and removes the specified resource group. 
 | 
void | 
DomainMBean.destroyResourceGroup(ResourceGroupMBean resourceGroup)
Destroys the specified resource group. 
 |