Package org.somda.sdc.glue.common
Class ActionConstants
java.lang.Object
org.somda.sdc.glue.common.ActionConstants
Constants for every SDC service operation comprising input-output and input-only message exchanges.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetResponseAction(String requestActionUri) Generates a response action URI from an input action URI by appending 'Response'.
-
Field Details
-
ACTION_GET_MDIB
- See Also:
-
ACTION_GET_MD_DESCRIPTION
- See Also:
-
ACTION_GET_MD_STATE
- See Also:
-
ACTION_SET_VALUE
- See Also:
-
ACTION_SET_STRING
- See Also:
-
ACTION_ACTIVATE
- See Also:
-
ACTION_SET_ALERT_STATE
- See Also:
-
ACTION_SET_COMPONENT_STATE
- See Also:
-
ACTION_SET_METRIC_STATE
- See Also:
-
ACTION_OPERATION_INVOKED_REPORT
- See Also:
-
ACTION_DESCRIPTION_MODIFICATION_REPORT
- See Also:
-
ACTION_EPISODIC_ALERT_REPORT
- See Also:
-
ACTION_PERIODIC_ALERT_REPORT
- See Also:
-
ACTION_EPISODIC_COMPONENT_REPORT
- See Also:
-
ACTION_PERIODIC_COMPONENT_REPORT
- See Also:
-
ACTION_EPISODIC_METRIC_REPORT
- See Also:
-
ACTION_PERIODIC_METRIC_REPORT
- See Also:
-
ACTION_EPISODIC_OPERATIONAL_STATE_REPORT
- See Also:
-
ACTION_PERIODIC_OPERATIONAL_STATE_REPORT
- See Also:
-
ACTION_SYSTEM_ERROR_REPORT
- See Also:
-
ACTION_GET_CONTEXT_STATES
- See Also:
-
ACTION_SET_CONTEXT_STATE
- See Also:
-
ACTION_GET_CONTEXT_STATES_BY_IDENTIFICATION
- See Also:
-
ACTION_GET_CONTEXT_STATES_BY_FILTER
- See Also:
-
ACTION_PERIODIC_CONTEXT_REPORT
- See Also:
-
ACTION_EPISODIC_CONTEXT_REPORT
- See Also:
-
ACTION_WAVEFORM_STREAM
- See Also:
-
ACTION_OBSERVED_VALUE_STREAM
- See Also:
-
ACTION_GET_CONTAINMENT_TREE
- See Also:
-
ACTION_GET_DESCRIPTOR
- See Also:
-
ACTION_GET_DESCRIPTORS_FROM_ARCHIVE
- See Also:
-
ACTION_GET_STATES_FROM_ARCHIVE
- See Also:
-
ACTION_GET_LOCALIZED_TEXT
- See Also:
-
ACTION_GET_SUPPORTED_LANGUAGES
- See Also:
-
-
Constructor Details
-
ActionConstants
public ActionConstants()
-
-
Method Details
-
getResponseAction
Generates a response action URI from an input action URI by appending 'Response'.- Parameters:
requestActionUri- the request action URI.- Returns:
- the response action that is the requestAction plus 'Response'.
-