Interface ManagedExecutorService

All Superinterfaces:
Executor, ExecutorService
All Known Subinterfaces:
ManagedJBossThreadPoolExecutorService, ManagedQueueExecutorService, ManagedQueuelessExecutorService
All Known Implementing Classes:
ManagedScheduledExecutorService

public interface ManagedExecutorService extends ExecutorService
Specialization of ExecutorService that disables caller attempts to shut invoke shutdown methods.
Author:
Alexey Loubyansky