Class DelegatingExecutorService

  • All Implemented Interfaces:
    Executor, ExecutorService

    class DelegatingExecutorService
    extends Object
    implements ExecutorService
    An implementation of ExecutorService that delegates to the real executor, while disallowing termination.