Class ExecutionControlMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExecutionControlMessage
    extends AbstractMessage
    This message is sent by the client to control test execution.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • ExecutionControlMessage

        public ExecutionControlMessage​(ExecutionCommands aCommand)
        Creates a new message.
        Parameters:
        aCommand - the command to perform
      • ExecutionControlMessage

        public ExecutionControlMessage()
        The no-arg constructor, primarily used for serialization.