Class ActivationProtocol


  • public final class ActivationProtocol
    extends java.lang.Object
    Activation Protocol Message.
    • Constructor Detail

      • ActivationProtocol

        protected ActivationProtocol​(org.w3c.dom.Document result,
                                     com.uc4.translate.Message translator)
    • Method Detail

      • getMessages

        public TranslatedMessage[] getMessages()
        Returns messages of the activation protocol. All messages belong to a task which name and RunID can be read using the methods getName() and getRunID().
        Returns:
        Translated Messages
      • getName

        public UC4ObjectName getName()
        Returns:
        Name of the UC4 Object which caused the activation protocol messages.
      • getRunID

        public int getRunID()
        Returns:
        RunID of the task which caused the activation protocol messages.