public static interface ProcessLauncherServer.Protocol extends Server.Protocol<ProcessLauncherServer>
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToKillProcess() |
void |
clientExited(int result,
String output)
Notification that the client has shutdown.
|
ExecutionInfo |
getExecutionInfo(int serverPort)
Fill in the ExecutionInfo object with information needed to execute the other process.
|
clientCommunicationStopped, connectionAccepted, continueConnection, initialize, messageReceived, readFailureOccurredvoid aboutToKillProcess()
ExecutionInfo getExecutionInfo(int serverPort)
serverPort - the port the server is listening on. The client should send messages herevoid clientExited(int result,
String output)
result - the return code of the client applicationoutput - the standard error and standard output of the client applicationCopyright © 2013. All rights reserved