Class ScheduledExecutorServiceFactory

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

    @Service
    public class ScheduledExecutorServiceFactory
    extends Object
    implements org.glassfish.hk2.api.Factory<ScheduledExecutorService>
    Factory to create the scheduled executor service
    Author:
    Jerome Dochez