Class AddedMTP

    • Constructor Detail

      • AddedMTP

        public AddedMTP()
        Default constructor. A default constructor is necessary for ontological classes.
    • Method Detail

      • getName

        public String getName()
        Retrieve the name of this event.
        Specified by:
        getName in interface Event
        Returns:
        A constant value for the event name.
      • setAddress

        public void setAddress​(String s)
        Set the address of this event.
        Parameters:
        s - The address URL exported by the newly added MTP.
      • getAddress

        public String getAddress()
        Retrieve the value of the address slot of this event, containing the address URL of the newly added MTP.
        Returns:
        The value of the address slot, or null if no value was set.
      • setProto

        public void setProto​(String p)
        Set the proto slot of this event.
        Parameters:
        p - The protocol name for the newly added MTP.
      • getProto

        public String getProto()
        Retrieve the value of the proto slot of this event, containing the protocol name for the newly added MTP.
        Returns:
        The value of the proto slot, or null if no value was set.
      • setWhere

        public void setWhere​(ContainerID id)
        Set the where slot of this event.
        Parameters:
        id - The container identifier of the container where the newly added MTP was deployed.
      • getWhere

        public ContainerID getWhere()
        Retrieve the value of the where slot of this event, containing the container identifier of the container where the newly added MTP was deployed.
        Returns:
        The value of the where slot, or null if no value was set.