public interface _ProcessOperationsNC
Modifier and Type | Method and Description |
---|---|
int |
_wait()
Blocks until poll() would return a non-null return code.
|
boolean |
cancel()
Signal to the Process that it should terminate.
|
boolean |
kill()
Terminate the Process immediately.
|
RInt |
poll()
Returns the return code of the process, or null
if unfinished.
|
void |
registerCallback(ProcessCallbackPrx cb)
Add a callback for end-of-life events
|
void |
shutdown()
First attempts cancel() several times and finally
resorts to kill to force the process to shutdown
cleanly.
|
void |
unregisterCallback(ProcessCallbackPrx cb)
Remove a callback for end-of-life events
|
RInt poll() throws ServerError
ServerError
int _wait() throws ServerError
ServerError
boolean cancel() throws ServerError
ServerError
boolean kill()
void shutdown()
void registerCallback(ProcessCallbackPrx cb) throws ServerError
ServerError
void unregisterCallback(ProcessCallbackPrx cb) throws ServerError
ServerError