Package com.sun.enterprise.v3.server
Class ScheduledExecutorServiceFactory
- java.lang.Object
-
- com.sun.enterprise.v3.server.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
-
-
Constructor Summary
Constructors Constructor Description ScheduledExecutorServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose(ScheduledExecutorService instance)ScheduledExecutorServiceprovide()
-
-
-
Method Detail
-
provide
public ScheduledExecutorService provide()
- Specified by:
providein interfaceorg.glassfish.hk2.api.Factory<ScheduledExecutorService>
-
dispose
public void dispose(ScheduledExecutorService instance)
- Specified by:
disposein interfaceorg.glassfish.hk2.api.Factory<ScheduledExecutorService>
-
-