Class UnknownAgent

    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        define serialVersionUID for interoperability
        See Also:
        Constant Field Values
      • agent

        public AgentId agent
        The non-existent target agent id.
      • not

        public Notification not
        The failing notification that can not be delivered.
    • Constructor Detail

      • UnknownAgent

        public UnknownAgent​(AgentId agent,
                            Notification not)
        Allocates a new UnknownAgent notification.
        Parameters:
        agent - The non-existent target agent id.
        not - The failing notification that can not be delivered.
    • Method Detail

      • toString

        public StringBuilder toString​(StringBuilder output)
        Appends a string image for this object to the StringBuilder parameter.
        Overrides:
        toString in class Notification
        Parameters:
        output - buffer to fill in
        Returns:
        output buffer is returned