public class TestProcess extends Object implements CommandServer.CommandListener
| Constructor and Description |
|---|
TestProcess(String instanceId,
int loggerServerPort,
int commandServerPort) |
| Modifier and Type | Method and Description |
|---|---|
void |
commandReceived(String command) |
void |
destroyQuietly() |
void |
setProcess(Process process) |
void |
waitUntilStarted() |
void |
waitUntilStarted(int contextStartedTiemout) |
public TestProcess(String instanceId, int loggerServerPort, int commandServerPort)
public void destroyQuietly()
public void commandReceived(String command)
commandReceived in interface CommandServer.CommandListenerpublic void waitUntilStarted()
throws InterruptedException
InterruptedExceptionpublic void waitUntilStarted(int contextStartedTiemout)
throws InterruptedException
InterruptedExceptionpublic void setProcess(Process process)
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.