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, submitpublic UnstoppableExecutor(java.util.concurrent.ScheduledExecutorService delegate)
public void shutdown()
shutdown in interface java.util.concurrent.ExecutorServiceshutdown in class ScheduledExecutorServiceAdaptorpublic java.util.List<java.lang.Runnable> shutdownNow()
shutdownNow in interface java.util.concurrent.ExecutorServiceshutdownNow in class ScheduledExecutorServiceAdaptor