Interface OperationsService


@ProviderType public interface OperationsService
General service for managing all kind of operations related tasks
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Property setting a condition for an mbean.
    static final String
    Property setting a condition for an mbean attribute.
    static final String
    Property setting a condition for the run mode.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isEnabled(ValueMap properties)
    Checks whether the provided object is currently enabled.
  • Field Details

    • CONDITION_RUNMODE

      static final String CONDITION_RUNMODE
      Property setting a condition for the run mode.
      See Also:
    • CONDITION_MBEAN

      static final String CONDITION_MBEAN
      Property setting a condition for an mbean.
      See Also:
    • CONDITION_MBEAN_ATTRIBUTE

      static final String CONDITION_MBEAN_ATTRIBUTE
      Property setting a condition for an mbean attribute.
      See Also:
  • Method Details

    • isEnabled

      boolean isEnabled(ValueMap properties)
      Checks whether the provided object is currently enabled.
      Parameters:
      properties - The properties of that object The check whether the object is enabled might check different properties, e.g. the CONDITION_RUNMODE property.
      Returns:
      true if enabled.