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:
  • Constructor Details

    • VariableUpdateMessage

      public VariableUpdateMessage(String aName, Serializable aValue)
      Creates a new instance.
      Parameters:
      aName - the variable name
      aValue - the variable value
    • VariableUpdateMessage

      public VariableUpdateMessage()
      The no-arg constructor, primarily used for serialization.
  • Method Details