Interface OperationsService


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

      • CONDITION_RUNMODE

        static final java.lang.String CONDITION_RUNMODE
        Property setting a condition for the run mode.
        See Also:
        Constant Field Values
      • CONDITION_MBEAN

        static final java.lang.String CONDITION_MBEAN
        Property setting a condition for an mbean.
        See Also:
        Constant Field Values
      • CONDITION_MBEAN_ATTRIBUTE

        static final java.lang.String CONDITION_MBEAN_ATTRIBUTE
        Property setting a condition for an mbean attribute.
        See Also:
        Constant Field Values
    • Method Detail

      • 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.