Class VariableUpdateMessage
java.lang.Object
de.gebit.integrity.remoting.transport.messages.AbstractMessage
de.gebit.integrity.remoting.transport.messages.VariableUpdateMessage
- All Implemented Interfaces:
Serializable
This message is used to synchronize variables between master and forks.
- Author:
- Rene Schneider - initial API and implementation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe no-arg constructor, primarily used for serialization.VariableUpdateMessage(String aName, Serializable aValue) Creates a new instance. -
Method Summary
-
Constructor Details
-
VariableUpdateMessage
Creates a new instance.- Parameters:
aName- the variable nameaValue- the variable value
-
VariableUpdateMessage
public VariableUpdateMessage()The no-arg constructor, primarily used for serialization.
-
-
Method Details
-
getName
-
getValue
-