Interface CommonServiceConfigurationMBean
- All Superinterfaces:
MonitoringConfigurationMBean
- All Known Subinterfaces:
BusinessServiceConfigurationMBean
,ProxyServiceConfigurationMBean
Provides common API for managing business and proxy services
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
Returns true if the service is enabledboolean
isMessageTracingEnabled
(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
-