public interface CommonServiceConfigurationMBean extends MonitoringConfigurationMBean
| Modifier and Type | Method and Description |
|---|---|
void |
disableMessageTracing(Ref serviceref)
Disables message tracing.
|
void |
disableService(Ref serviceref)
Disables the service.
|
void |
enableMessageTracing(Ref serviceref)
Enables message tracing.
|
void |
enableService(Ref serviceref)
Enables the service.
|
boolean |
isEnabled(Ref serviceref)
Returns true if the service is enabled
|
boolean |
isMessageTracingEnabled(Ref serviceref)
Returns true if message tracing is enabled
|
disableMonitoring, disableSLAAlerting, enableMonitoring, enableSLAAlerting, isMonitoringEnabled, isSLAAlertingEnabledboolean isEnabled(Ref serviceref) throws Exception
serviceref - reference to the serviceExceptionvoid enableService(Ref serviceref) throws Exception
serviceref - reference to the serviceExceptionvoid disableService(Ref serviceref) throws Exception
serviceref - reference to the serviceExceptionboolean isMessageTracingEnabled(Ref serviceref) throws Exception
serviceref - reference to the serviceExceptionvoid enableMessageTracing(Ref serviceref) throws Exception
serviceref - reference to the serviceException