Class RestrictedExecutorService

java.lang.Object
ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService

public class RestrictedExecutorService extends Object implements ExecutorService
A wrapper for ExecutorService that disables shutdown operations by throwing a SecurityException. All other methods are forwarded to the delegate executor service.