public interface Interruptible extends Shutdownable
Modifier and Type | Interface and Description |
---|---|
static interface |
Interruptible.SimpleTask
A Task that only runs on NORMAL states
|
static class |
Interruptible.State |
static interface |
Interruptible.Task |
static class |
Interruptible.TerminateException |
Modifier and Type | Method and Description |
---|---|
void |
interrupt() |
awaitTermination, isTerminated, shutdown, shutdownNow
Copyright © 2009-2022 The Apache Software Foundation