...
Message | Source | Target | Purpose | Important Fields | Field Descriptions |
---|---|---|---|---|---|
ParticipantRegister | Participant | CLAMP Runtime | Participant registers with the CLAMP runtime | ParticipantId | The ID of this participant |
ParticipantType | The type of the participant, maps to the capabilities of the participant in Control Loop Type Definitions | ||||
ParticipantRegisterAck | CLAMP Runtime | Participant | Acknowledgement of Participant Registration | ParticipantId | The ID of this participant |
ParticipantType | The type of the participant, maps to the capabilities of the participant in Control Loop Type Definitions | ||||
Result | Success/Fail | ||||
Message | Message indicating reason for failure | ||||
ParticipantUpdate | CLAMP Runtime | Participant | CLAMP Runtime sends Control Loop Element Definitions and Common Parameter Values to ParticipantParticipants | ParticipantUpdateMapParticipantDefinitionUpdateMap | Map with Participant ID as its key, each value on the map is a ControlLoopElementDefintionList |
ControlLoopElementDefintionList | List of ControlLoopElementDefinition values for a particular participant | ||||
ControlLoopElementDefinition | A ControlLoopElementToscaServiceTemplate containing the definition of the Control Loop Element and a CommonPropertiesMap with the values of the common property values for the Control Loop ElementElements of this type | ||||
ControlLoopElementToscaServiceTemplate | The definition of the Control Loop Element in TOSCA | ||||
CommonPropertiesMap | A <String, String> map indexed by the property name. Each map entry is the serialized value of the property, which can be deserialized into an instance of the type of the property. | ||||
ParticipantUpdateAck | Participant | CLAMP Runtime | Acknowledgement of Participant Update | ParticipantId | The ID of this participant |
ParticipantType | The type of the participant, maps to the capabilities of the participant in Control Loop Type Definitions | ||||
Result | Success/Fail | ||||
Message | Message indicating reason for failure | ||||
ParticipantDeregister | Participant | CLAMP Runtime | Participant deregisters with the CLAMP runtime | ParticipantId | The ID of this participant |
ParticipantType | The type of the participant, maps to the capabilities of the participant in Control Loop Type Definitions | ||||
ParticipantDeregisterAck | CLAMP Runtime | Participant | Acknowledgement of Participant Deegistration | ParticipantId | The ID of this participant |
ParticipantType | The type of the participant, maps to the capabilities of the participant in Control Loop Type Definitions | ||||
Result | Success/Fail | ||||
Message | Message indicating reason for failure | ||||
ParticipantUpdateControlLoopUpdate | CLAMP Runtime | Participant | CLAMP Runtime sends Control Loop Element Definitions instances and Common Instance Specific Parameter Values to ParticipantParticipants | ParticipantUpdateMap | Map with Participant ID as its key, each value on the map is a ControlLoopElementDefintionList ControlLoopElementList |
ControlLoopElementDefintionListControlLoopElementList | List of ControlLoopElementDefinition ControlLoopElement values for a particular participant | ||||
ControlLoopElementDefinition | A ControlLoopElementToscaServiceTemplate containing the definition of the Control Loop Element and a CommonPropertiesMapControlLoopElement | A ControlLoopElement, which contains among other things a PropertiesMap with the values of the common property values for the Control Loop Element | |||
ControlLoopElementToscaServiceTemplate | The definition of the Control Loop Element in TOSCA | ||||
CommonPropertiesMap | A <String, String> map indexed by the property name. Each map entry is the serialized value of the property, which can be deserialized into an instance of the type of the property. | ||||
...