Uses of Class
org.eblocker.server.http.service.ShutdownExecutorService
Packages that use ShutdownExecutorService
-
Uses of ShutdownExecutorService in org.eblocker.server.common
Methods in org.eblocker.server.common with parameters of type ShutdownExecutorServiceModifier and TypeMethodDescriptionEblockerModule.provideHighPrioScheduledExecutor(ShutdownExecutorService shutdownExecutorService) Use this scheduled executor for short tasks that are relatively urgent but take at most a few seconds to completeEblockerModule.provideLowPrioScheduledExecutor(ShutdownExecutorService shutdownExecutorService) Use this scheduled executor for long running and possibly CPU intensive tasksEblockerModule.provideUnlimitedCachePoolExecutorService(ShutdownExecutorService shutdownExecutorService) -
Uses of ShutdownExecutorService in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type ShutdownExecutorServiceModifierConstructorDescriptionShutdownService(SystemStatusService systemStatusService, ScriptRunner scriptRunner, String shutdownScript, String rebootScript, ShutdownExecutorService shutdownExecutorService)