Class InitInfo


  • public class InitInfo
    extends java.lang.Object
    Info sent as content of the init message.
    • Field Detail

      • nonfunc

        protected java.util.Map<java.lang.String,​java.lang.Object> nonfunc
        The non-functional properties.
    • Constructor Detail

      • InitInfo

        public InitInfo()
        Create a new init info.
    • Method Detail

      • getInitiator

        public IComponentIdentifier getInitiator()
        Get the initiator.
        Returns:
        the initiator.
      • setInitiator

        public void setInitiator​(IComponentIdentifier initiator)
        Set the initiator.
        Parameters:
        initiator - The initiator to set.
      • getParticipant

        public IComponentIdentifier getParticipant()
        Get the participant.
        Returns:
        the participant.
      • setParticipant

        public void setParticipant​(IComponentIdentifier participant)
        Set the participant.
        Parameters:
        participant - The participant to set.
      • getNonFunctionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getNonFunctionalProperties()
        Get the nonFunctionalProperties.
        Returns:
        the nonFunctionalProperties.
      • setNonFunctionalProperties

        public void setNonFunctionalProperties​(java.util.Map<java.lang.String,​java.lang.Object> nonFunctionalProperties)
        Set the nonFunctionalProperties.
        Parameters:
        nonFunctionalProperties - The nonFunctionalProperties to set.