Package com.adobe.granite.operations
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 java.lang.String
CONDITION_MBEAN
Property setting a condition for an mbean.static java.lang.String
CONDITION_MBEAN_ATTRIBUTE
Property setting a condition for an mbean attribute.static java.lang.String
CONDITION_RUNMODE
Property setting a condition for the run mode.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEnabled(ValueMap properties)
Checks whether the provided object is currently enabled.
-
-
-
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. theCONDITION_RUNMODE
property.- Returns:
true
if enabled.
-
-