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