org.eclipse.net4j.util.concurrent
Class ExecutorServiceFactory

java.lang.Object
  extended by org.eclipse.net4j.util.factory.Factory
      extended by org.eclipse.net4j.util.concurrent.ExecutorServiceFactory
All Implemented Interfaces:
IFactory

public class ExecutorServiceFactory
extends Factory

Since:
2.0

Field Summary
static String DEFAULT_THREAD_GROUP_NAME
           
static String PRODUCT_GROUP
           
static String TYPE
           
 
Constructor Summary
ExecutorServiceFactory()
           
 
Method Summary
 ExecutorService create(String threadGroupName)
           
static ExecutorService get(IManagedContainer container)
           
 
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getKey, getProductGroup, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRODUCT_GROUP

public static final String PRODUCT_GROUP
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

DEFAULT_THREAD_GROUP_NAME

public static final String DEFAULT_THREAD_GROUP_NAME
See Also:
Constant Field Values
Constructor Detail

ExecutorServiceFactory

public ExecutorServiceFactory()
Method Detail

create

public ExecutorService create(String threadGroupName)

get

public static ExecutorService get(IManagedContainer container)


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.