com.sun.enterprise.v3.server
Class ExecutorServiceFactory
java.lang.Object
com.sun.enterprise.v3.server.ExecutorServiceFactory
- All Implemented Interfaces:
- org.glassfish.hk2.Factory
@Service
@FactoryFor(value=java.util.concurrent.ExecutorService.class)
public class ExecutorServiceFactory
- extends Object
- implements org.jvnet.hk2.component.Factory
Singleton executor service factory.
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutorServiceFactory
public ExecutorServiceFactory()
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.