public interface CommonServiceConfigurationMBean
Modifier and Type | Method and Description |
---|---|
void |
disableMonitoring(Ref serviceref)
Disables monitoring for this service.
|
void |
disableService(Ref serviceref)
Disables the service.
|
void |
disableSLAAlerting(Ref serviceRef)
Disables SLA alerts for this service.
|
void |
enableMonitoring(Ref serviceref)
Enables monitoring for this service.
|
void |
enableService(Ref serviceref)
Enables the service.
|
void |
enableSLAAlerting(Ref serviceRef)
Enables the SLA alerts flag for this service.
|
boolean |
isEnabled(Ref serviceref)
Returns true if the service is enabled
|
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 isEnabled(Ref serviceref) throws java.lang.Exception
serviceref
- reference to the servicejava.lang.Exception
void enableService(Ref serviceref) throws java.lang.Exception
serviceref
- reference to the servicejava.lang.Exception
void disableService(Ref serviceref) throws java.lang.Exception
serviceref
- reference to the servicejava.lang.Exception
boolean isMonitoringEnabled(Ref serviceref) throws java.lang.Exception
serviceref
- the reference to the servicejava.lang.Exception
void enableMonitoring(Ref serviceref) throws java.lang.Exception
serviceref
- the reference to the servicejava.lang.Exception
void disableMonitoring(Ref serviceref) throws java.lang.Exception
serviceref
- the reference to the servicejava.lang.Exception
boolean isSLAAlertingEnabled(Ref serviceRef) throws java.lang.Exception
serviceRef
- the reference to the servicejava.lang.Exception
void enableSLAAlerting(Ref serviceRef) throws java.lang.Exception
serviceRef
- the reference to the servicejava.lang.Exception
void disableSLAAlerting(Ref serviceRef) throws java.lang.Exception
serviceRef
- the reference to the servicejava.lang.Exception