public interface WLDFSystemResourceControlRuntimeMBean extends RuntimeMBean
This MBean acts as a Runtime Control for a WLDF profile. An WLDF profile could either be a configured system resource or an external descriptor provided by a an user at runtime.
| Modifier and Type | Method and Description |
|---|---|
WLDFHarvesterManagerRuntimeMBean |
getHarvesterManagerRuntime()
Obtain the WLDFHarvesterManagerRuntimeMBean instance
associated with this profile.
|
WLDFWatchManagerRuntimeMBean |
getWatchManagerRuntime()
Obtain the WLDFWatchManagerRuntimeMBean instance
associated with this profile.
|
boolean |
isEnabled()
is the descriptor enabled
|
void |
setEnabled(boolean enable)
This method activates or deactivates this descriptor
|
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerboolean isEnabled()
void setEnabled(boolean enable)
enable - enable or diable this descriptorWLDFHarvesterManagerRuntimeMBean getHarvesterManagerRuntime()
WLDFWatchManagerRuntimeMBean getWatchManagerRuntime()