Package org.oddjob.scheduling
Class UnstoppableExecutor
java.lang.Object
org.oddjob.scheduling.ScheduledExecutorServiceAdaptor
org.oddjob.scheduling.UnstoppableExecutor
- All Implemented Interfaces:
AutoCloseable,Executor,ExecutorService,ScheduledExecutorService
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.oddjob.scheduling.ScheduledExecutorServiceAdaptor
awaitTermination, execute, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, submit, submit, submitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.ExecutorService
close
-
Constructor Details
-
UnstoppableExecutor
-
-
Method Details
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceExecutorService- Overrides:
shutdownin classScheduledExecutorServiceAdaptor
-
shutdownNow
- Specified by:
shutdownNowin interfaceExecutorService- Overrides:
shutdownNowin classScheduledExecutorServiceAdaptor
-