S
- public interface ControllableProcess<S> extends Process
Process.Event, Process.EventPoint
Modifier and Type | Method and Description |
---|---|
S |
getState()
Get current state of process
|
boolean |
isPaused() |
void |
kill()
Kill a process
|
void |
pause()
Pause till resume
|
void |
resume() |
void |
resumeFromState(S state)
Resume process from the given State provided
|
void |
stop()
Request graceful Shutdown
|
Copyright © 2018. All rights reserved.