public interface KillService
| Modifier and Type | Interface and Description |
|---|---|
static class |
KillService.KillEvent
Event to notify components an early shutdown.
|
static class |
KillService.KillSource
Enumeration for the source of a request to kill the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
kill(KillService.KillSource killSource)
Perform all operations associated with killing the job.
|
void kill(KillService.KillSource killSource)
killSource - the source of kill