Class ExecutorServiceFactory

  • All Implemented Interfaces:
    IFactory

    public class ExecutorServiceFactory
    extends Factory
    Since:
    2.0
    Author:
    Eike Stepper
    • Field Detail

      • DEFAULT_THREAD_GROUP_NAME

        public static final java.lang.String DEFAULT_THREAD_GROUP_NAME
        See Also:
        Constant Field Values
      • TYPE

        @Deprecated
        public static final java.lang.String TYPE
        Deprecated.
        As of 4.8 the value of the system property "org.eclipse.net4j.util.concurrent.ExecutorServiceFactory.type" is used.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExecutorServiceFactory

        public ExecutorServiceFactory()
    • Method Detail

      • create

        public java.util.concurrent.ExecutorService create​(java.lang.String description)
      • get

        public static java.util.concurrent.ExecutorService get​(IManagedContainer container)