public interface _ProcessCallbackOperations
Modifier and Type | Method and Description |
---|---|
void |
processCancelled(boolean success,
Ice.Current __current)
cancel() was called on this Process.
|
void |
processFinished(int returncode,
Ice.Current __current)
Process terminated normally.
|
void |
processKilled(boolean success,
Ice.Current __current)
kill() was called on this Process.
|
void processFinished(int returncode, Ice.Current __current)
__current
- The Current object for the invocation.void processCancelled(boolean success, Ice.Current __current)
__current
- The Current object for the invocation.void processKilled(boolean success, Ice.Current __current)
__current
- The Current object for the invocation.