Class VariableUnsetMessage

  • All Implemented Interfaces:
    java.io.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​(java.lang.String aName)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VariableUnsetMessage

        public VariableUnsetMessage​(java.lang.String aName)
        Creates a new instance.
        Parameters:
        aName - the variable name
      • VariableUnsetMessage

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

      • getName

        public java.lang.String getName()