com.sun.grizzly
Class Controller.KernelExecutorFactory.DefaultFactory
java.lang.Object
com.sun.grizzly.Controller.KernelExecutorFactory.DefaultFactory
- All Implemented Interfaces:
- Controller.KernelExecutorFactory
- Enclosing interface:
- Controller.KernelExecutorFactory
public static class Controller.KernelExecutorFactory.DefaultFactory
- extends Object
- implements Controller.KernelExecutorFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Controller.KernelExecutorFactory.DefaultFactory
public Controller.KernelExecutorFactory.DefaultFactory()
create
public ExecutorService create()
- Specified by:
create
in interface Controller.KernelExecutorFactory
create
protected final ExecutorService create(String threadGroupName,
String threadNamePattern)
- Create the
ExecutorService
used to execute kernel operations.
Passed paratemeters let us cusomize thread pool group name and
name pattern for an individual threads.
Copyright © 2012 Oracle Corporation. All Rights Reserved.