com.sun.grizzly
Class Controller.KernelExecutorFactory.DefaultFactory

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


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.grizzly.Controller.KernelExecutorFactory
Controller.KernelExecutorFactory.DefaultFactory
 
Constructor Summary
Controller.KernelExecutorFactory.DefaultFactory()
           
 
Method Summary
 ExecutorService create()
           
protected  ExecutorService create(String threadGroupName, String threadNamePattern)
          Create the ExecutorService used to execute kernel operations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller.KernelExecutorFactory.DefaultFactory

public Controller.KernelExecutorFactory.DefaultFactory()
Method Detail

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.