public class WorkerProcessEntryPoint extends Object
Constructor and Description |
---|
WorkerProcessEntryPoint() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main method.
|
int |
run(InputStream agentCommunicationStream)
Create and run a process.
|
public static void main(String[] args)
This is not intended to be used directly; you should always start The Grinder by starting an agent process. If you're debugging, you might want to use the single threaded mode if you want the worker "process" to be launched in the same JVM as the agent. See the grinder.debug.singleprocess property.
args
- Command line arguments.public int run(InputStream agentCommunicationStream)
agentCommunicationStream
- The agent communication stream.Copyright © 2000-2014. All Rights Reserved.