public interface JarExecutionHandler
| Modifier and Type | Method and Description |
|---|---|
Process |
getJarProcess()
The created process.
|
void |
killJarProcess()
Kill the jar execution process.
|
void |
onException(Exception ex)
Called if an exception occured during the process
launch.
|
void |
onExit(int exitVal)
Called when the process exists.
|
void |
setJarProcess(Process jarProcess)
Called when the process is created.
|
void setJarProcess(Process jarProcess)
Process getJarProcess()
void onException(Exception ex)
void onExit(int exitVal)
0
value means no error occured.void killJarProcess()
Copyright © 2019. All rights reserved.