public interface LongLivedProcessLifecycleEvent
| Modifier and Type | Method and Description |
|---|---|
void |
onProcessExited(LongLivedProcess process,
int exitCode,
int signCorrectedCode)
Callback when a process has finished
|
void |
onProcessStarted(LongLivedProcess process)
Callback when a process is started
|
void onProcessStarted(LongLivedProcess process)
process - the process invoking the callbackvoid onProcessExited(LongLivedProcess process, int exitCode, int signCorrectedCode)
process - the process invoking the callbackexitCode - exit code from the processsignCorrectedCode - the code- as sign correctedCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.