Class ActivationProtocol

java.lang.Object
com.uc4.communication.ActivationProtocol

public final class ActivationProtocol extends Object
Activation Protocol Message.
  • Constructor Details

    • ActivationProtocol

      protected ActivationProtocol(Document result, com.uc4.translate.Message translator)
  • Method Details

    • 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.