public interface RuntimeMbeanConfigMBean
Modifier and Type | Method and Description |
---|---|
void |
addGeneralMonitoringParams()
Add a new element named generalMonitoringParams
|
void |
addStateChangedNotifications()
Add a new element named stateChangedNotifications
|
void |
addThresholdCrossedNotifications()
Add a new element named thresholdCrossedNotifications
|
GeneralMonitoringParamsMBean |
getGeneralMonitoringParamsMBean()
Return the value of the GeneralMonitoringParams element
|
StateChangedNotificationsMBean |
getStateChangedNotificationsMBean()
Return the value of the StateChangedNotifications element
|
ThresholdCrossedNotificationsMBean |
getThresholdCrossedNotificationsMBean()
Return the value of the ThresholdCrossedNotifications element
|
void |
removeGeneralMonitoringParams()
Remove an element named generalMonitoringParams
|
void |
removeStateChangedNotifications()
Remove an element named stateChangedNotifications
|
void |
removeThresholdCrossedNotifications()
Remove an element named thresholdCrossedNotifications
|
void |
setGeneralMonitoringParamsMBean(GeneralMonitoringParamsMBean val)
Set the value of the GeneralMonitoringParams element
|
void |
setStateChangedNotificationsMBean(StateChangedNotificationsMBean val)
Set the value of the StateChangedNotifications element
|
void |
setThresholdCrossedNotificationsMBean(ThresholdCrossedNotificationsMBean val)
Set the value of the ThresholdCrossedNotifications element
|
void addGeneralMonitoringParams()
void removeGeneralMonitoringParams()
void addThresholdCrossedNotifications()
void removeThresholdCrossedNotifications()
void addStateChangedNotifications()
void removeStateChangedNotifications()
GeneralMonitoringParamsMBean getGeneralMonitoringParamsMBean()
void setGeneralMonitoringParamsMBean(GeneralMonitoringParamsMBean val)
ThresholdCrossedNotificationsMBean getThresholdCrossedNotificationsMBean()
void setThresholdCrossedNotificationsMBean(ThresholdCrossedNotificationsMBean val)
StateChangedNotificationsMBean getStateChangedNotificationsMBean()
void setStateChangedNotificationsMBean(StateChangedNotificationsMBean val)