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.Exceptionvoid enableService(Ref serviceref) throws java.lang.Exception
serviceref - reference to the servicejava.lang.Exceptionvoid disableService(Ref serviceref) throws java.lang.Exception
serviceref - reference to the servicejava.lang.Exceptionboolean isMonitoringEnabled(Ref serviceref) throws java.lang.Exception
serviceref - the reference to the servicejava.lang.Exceptionvoid enableMonitoring(Ref serviceref) throws java.lang.Exception
serviceref - the reference to the servicejava.lang.Exceptionvoid disableMonitoring(Ref serviceref) throws java.lang.Exception
serviceref - the reference to the servicejava.lang.Exceptionboolean isSLAAlertingEnabled(Ref serviceRef) throws java.lang.Exception
serviceRef - the reference to the servicejava.lang.Exceptionvoid enableSLAAlerting(Ref serviceRef) throws java.lang.Exception
serviceRef - the reference to the servicejava.lang.Exceptionvoid disableSLAAlerting(Ref serviceRef) throws java.lang.Exception
serviceRef - the reference to the servicejava.lang.Exception