public static class InterProcessConcurrencyTester.MainProcessNotifier
extends java.lang.Object
Constructor and Description |
---|
MainProcessNotifier(int serverSocketPort)
Creates a new instance of
MainProcessNotifier . |
Modifier and Type | Method and Description |
---|---|
void |
actionStarted()
Notifies the main process that the current client process starts executing the action
under test.
|
void |
processStarted()
Notifies the main process that the current client process has started execution.
|
public MainProcessNotifier(int serverSocketPort)
MainProcessNotifier
.serverSocketPort
- the port of the server socket for client processes to communicate
with the main processpublic void processStarted() throws java.io.IOException
java.io.IOException
public void actionStarted() throws java.io.IOException
java.io.IOException