Interface CommonServiceConfigurationMBean
- All Superinterfaces:
MonitoringConfigurationMBean
- All Known Subinterfaces:
BusinessServiceConfigurationMBean,ProxyServiceConfigurationMBean
Provides common API for managing business and proxy services
-
Method Summary
Modifier and TypeMethodDescriptionvoiddisableMessageTracing(Ref serviceref) Disables message tracing.voiddisableService(Ref serviceref) Disables the service.voidenableMessageTracing(Ref serviceref) Enables message tracing.voidenableService(Ref serviceref) Enables the service.booleanReturns true if the service is enabledbooleanisMessageTracingEnabled(Ref serviceref) Returns true if message tracing is enabledMethods inherited from interface com.bea.wli.sb.management.configuration.MonitoringConfigurationMBean
disableMonitoring, disableSLAAlerting, enableMonitoring, enableSLAAlerting, isMonitoringEnabled, isSLAAlertingEnabled
-
Method Details
-
isEnabled
Returns true if the service is enabled- Parameters:
serviceref- reference to the service- Throws:
Exception
-
enableService
Enables the service.- Parameters:
serviceref- reference to the service- Throws:
Exception
-
disableService
Disables the service.- Parameters:
serviceref- reference to the service- Throws:
Exception
-
isMessageTracingEnabled
Returns true if message tracing is enabled- Parameters:
serviceref- reference to the service- Throws:
Exception
-
enableMessageTracing
Enables message tracing.- Parameters:
serviceref- reference to the service- Throws:
Exception
-
disableMessageTracing
Disables message tracing.- Parameters:
serviceref- reference to the service- Throws:
Exception
-