public class UnstoppableExecutor extends ScheduledExecutorServiceAdaptor
Constructor and Description |
---|
UnstoppableExecutor(java.util.concurrent.ScheduledExecutorService delegate) |
Modifier and Type | Method and Description |
---|---|
void |
shutdown() |
java.util.List<java.lang.Runnable> |
shutdownNow() |
awaitTermination, execute, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, submit, submit, submit
public UnstoppableExecutor(java.util.concurrent.ScheduledExecutorService delegate)
public void shutdown()
shutdown
in interface java.util.concurrent.ExecutorService
shutdown
in class ScheduledExecutorServiceAdaptor
public java.util.List<java.lang.Runnable> shutdownNow()
shutdownNow
in interface java.util.concurrent.ExecutorService
shutdownNow
in class ScheduledExecutorServiceAdaptor