com.sun.enterprise.v3.server
Class ScheduledExecutorServiceFactory
java.lang.Object
com.sun.enterprise.v3.server.ScheduledExecutorServiceFactory
- All Implemented Interfaces:
- org.glassfish.hk2.Factory
@Service
@FactoryFor(value=java.util.concurrent.ScheduledExecutorService.class)
public class ScheduledExecutorServiceFactory
- extends Object
- implements org.jvnet.hk2.component.Factory
Factory to create the scheduled executor service
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduledExecutorServiceFactory
public ScheduledExecutorServiceFactory()
get
public Object get()
throws org.jvnet.hk2.component.ComponentException
- Specified by:
get in interface org.glassfish.hk2.Factory
- Throws:
org.jvnet.hk2.component.ComponentException
Copyright © 2012. All Rights Reserved.