| Package | Description |
|---|---|
| weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
| Modifier and Type | Method | Description |
|---|---|---|
OptionalFeatureMBean[] |
OptionalFeatureDeploymentMBean.getOptionalFeatures() |
get all OptionalFeatureMBean in the current OptionalFeatureDeploymentMBean.
|
OptionalFeatureMBean |
OptionalFeatureDeploymentMBean.lookupOptionalFeature(java.lang.String name) |
find an OptionalFeatureMBean by name.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
OptionalFeatureDeploymentMBean.destroyOptionalFeature(OptionalFeatureMBean optionalFeatureMBean) |
remove an OptionalFeatureMBean.
|