Class ExecutorServiceFactory

  • All Implemented Interfaces:
    org.glassfish.hk2.api.Factory<ExecutorService>

    @Service
    public class ExecutorServiceFactory
    extends Object
    implements org.glassfish.hk2.api.Factory<ExecutorService>
    Singleton executor service factory.
    Author:
    Jerome Dochez
    • Constructor Detail

      • ExecutorServiceFactory

        public ExecutorServiceFactory()