Interface CommonServiceConfigurationMBean

All Superinterfaces:
MonitoringConfigurationMBean
All Known Subinterfaces:
BusinessServiceConfigurationMBean, ProxyServiceConfigurationMBean

public interface CommonServiceConfigurationMBean extends MonitoringConfigurationMBean
Provides common API for managing business and proxy services
  • Method Details

    • isEnabled

      boolean isEnabled(Ref serviceref) throws Exception
      Returns true if the service is enabled
      Parameters:
      serviceref - reference to the service
      Throws:
      Exception
    • enableService

      void enableService(Ref serviceref) throws Exception
      Enables the service.
      Parameters:
      serviceref - reference to the service
      Throws:
      Exception
    • disableService

      void disableService(Ref serviceref) throws Exception
      Disables the service.
      Parameters:
      serviceref - reference to the service
      Throws:
      Exception
    • isMessageTracingEnabled

      boolean isMessageTracingEnabled(Ref serviceref) throws Exception
      Returns true if message tracing is enabled
      Parameters:
      serviceref - reference to the service
      Throws:
      Exception
    • enableMessageTracing

      void enableMessageTracing(Ref serviceref) throws Exception
      Enables message tracing.
      Parameters:
      serviceref - reference to the service
      Throws:
      Exception
    • disableMessageTracing

      void disableMessageTracing(Ref serviceref) throws Exception
      Disables message tracing.
      Parameters:
      serviceref - reference to the service
      Throws:
      Exception