net.grinder.console.communication.server.messages
Class StartWorkerProcessesMessage

java.lang.Object
  extended by net.grinder.console.communication.server.messages.StartWorkerProcessesMessage
All Implemented Interfaces:
Serializable, Message

public class StartWorkerProcessesMessage
extends Object
implements Message

Message indicating that all worker processes should be started.

Author:
Philip Aston
See Also:
Serialized Form

Constructor Summary
StartWorkerProcessesMessage(GrinderProperties properties)
          Constructor.
 
Method Summary
 GrinderProperties getProperties()
          Accessor for the properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartWorkerProcessesMessage

public StartWorkerProcessesMessage(GrinderProperties properties)
Constructor.

Parameters:
properties - Properties that override the agents' local properties.
Method Detail

getProperties

public GrinderProperties getProperties()
Accessor for the properties.

Returns:
The properties.


Copyright © 2000-2013. All Rights Reserved.