Class VariableUnsetMessage
- java.lang.Object
-
- de.gebit.integrity.remoting.transport.messages.AbstractMessage
-
- de.gebit.integrity.remoting.transport.messages.VariableUnsetMessage
-
- All Implemented Interfaces:
Serializable
public class VariableUnsetMessage 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 VariableUnsetMessage()The no-arg constructor, primarily used for serialization.VariableUnsetMessage(String aName)Creates a new instance.
-