Package com.uc4.communication
Class ActivationProtocol
java.lang.Object
com.uc4.communication.ActivationProtocol
Activation Protocol Message.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ActivationProtocol
(Document result, com.uc4.translate.Message translator) -
Method Summary
-
Constructor Details
-
ActivationProtocol
-
-
Method Details
-
getMessages
Returns messages of the activation protocol. All messages belong to a task which name and RunID can be read using the methodsgetName()
andgetRunID()
.- Returns:
- Translated Messages
-
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.
-