Package com.uc4.communication
Class ActivationProtocol
- java.lang.Object
-
- com.uc4.communication.ActivationProtocol
-
public final class ActivationProtocol extends java.lang.Object
Activation Protocol Message.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ActivationProtocol(org.w3c.dom.Document result, com.uc4.translate.Message translator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TranslatedMessage[]
getMessages()
Returns messages of the activation protocol.UC4ObjectName
getName()
int
getRunID()
-
-
-
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 methodsgetName()
andgetRunID()
.- 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.
-
-