net.grinder.console.communication.server.messages
Class StartWorkerProcessesMessage
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartWorkerProcessesMessage
public StartWorkerProcessesMessage(GrinderProperties properties)
- Constructor.
- Parameters:
properties - Properties that override the agents' local properties.
getProperties
public GrinderProperties getProperties()
- Accessor for the properties.
- Returns:
- The properties.
Copyright © 2000-2013. All Rights Reserved.