javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
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 | 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
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
boolean isEnabled()
void setEnabled​(boolean enable)
enable
- enable or diable this descriptorWLDFHarvesterManagerRuntimeMBean getHarvesterManagerRuntime()
WLDFWatchManagerRuntimeMBean getWatchManagerRuntime()