| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| FairShareConstraintMBean | RCMResourceFairShareMBean. createFairShareConstraint(java.lang.String name) | This is the factory method for fair share policy configurations for this
 resource type. | 
| FairShareConstraintMBean | RCMResourceFairShareMBean. createFairShareConstraint(java.lang.String name,
                         int value) | This is the factory method for fair share policy configurations for this
 resource type. | 
| FairShareConstraintMBean | RCMResourceFairShareMBean. getFairShareConstraint() | Gets the Fair Share policy configured for this resource type. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | RCMResourceFairShareMBean. destroyFairShareConstraint(FairShareConstraintMBean fairShareConstraintMBean) | Destroys and removes a fair share policy configuration corresponding to the
 {code fairshareConstraintMBean} parameter, which is a child of this
 resource type MBean. |