public interface MonitoringConfigurationMBean
| Modifier and Type | Method and Description |
|---|---|
void |
disableMonitoring(Ref serviceRef)
Disables monitoring for this service.
|
void |
disableSLAAlerting(Ref serviceRef)
Disables SLA alerts for this service.
|
void |
enableMonitoring(Ref serviceRef)
Enables monitoring for this service.
|
void |
enableSLAAlerting(Ref serviceRef)
Enables the SLA alerts flag for this service.
|
boolean |
isMonitoringEnabled(Ref serviceRef)
Returns true if the monitoring for this service is enabled
|
boolean |
isSLAAlertingEnabled(Ref serviceRef)
Returns true if the SLA alert flag for this service is enabled.
|
boolean isMonitoringEnabled(Ref serviceRef) throws Exception
serviceRef - the reference to the serviceExceptionvoid enableMonitoring(Ref serviceRef) throws Exception
serviceRef - the reference to the serviceExceptionvoid disableMonitoring(Ref serviceRef) throws Exception
serviceRef - the reference to the serviceExceptionboolean isSLAAlertingEnabled(Ref serviceRef) throws Exception
serviceRef - the reference to the serviceExceptionvoid enableSLAAlerting(Ref serviceRef) throws Exception
serviceRef - the reference to the serviceException