public interface OptionalFeatureDeploymentMBean extends ConfigurationMBean
Control panel for all optional features, e.g. WSAT, ASYNC_RESPONSE etc. The mbean is designed to be managed by domain and to extend for partition if needed in future.
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description |
|---|---|
void |
destroyOptionalFeature(OptionalFeatureMBean optionalFeatureMBean)
remove an OptionalFeatureMBean.
|
OptionalFeatureMBean[] |
getOptionalFeatures()
get all OptionalFeatureMBean in the current OptionalFeatureDeploymentMBean.
|
OptionalFeatureMBean |
lookupOptionalFeature(String name)
find an OptionalFeatureMBean by name.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerOptionalFeatureMBean[] getOptionalFeatures()
get all OptionalFeatureMBean in the current OptionalFeatureDeploymentMBean.
OptionalFeatureMBean lookupOptionalFeature(String name)
find an OptionalFeatureMBean by name.
name - void destroyOptionalFeature(OptionalFeatureMBean optionalFeatureMBean)
remove an OptionalFeatureMBean.
optionalFeatureMBean -