com.sun.enterprise.v3.server
Class ExecutorServiceFactory

java.lang.Object
  extended by 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

Constructor Summary
ExecutorServiceFactory()
           
 
Method Summary
 Object get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorServiceFactory

public ExecutorServiceFactory()
Method Detail

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.