akka.dispatch
Class ThreadPoolConfig.ThreadPoolExecutorServiceFactory

java.lang.Object
  extended by akka.dispatch.ThreadPoolConfig.ThreadPoolExecutorServiceFactory
All Implemented Interfaces:
ExecutorServiceFactory
Enclosing class:
ThreadPoolConfig

public class ThreadPoolConfig.ThreadPoolExecutorServiceFactory
extends java.lang.Object
implements ExecutorServiceFactory


Constructor Summary
ThreadPoolConfig.ThreadPoolExecutorServiceFactory(java.util.concurrent.ThreadFactory threadFactory)
           
 
Method Summary
 java.util.concurrent.ExecutorService createExecutorService()
           
 java.util.concurrent.ThreadFactory threadFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolConfig.ThreadPoolExecutorServiceFactory

public ThreadPoolConfig.ThreadPoolExecutorServiceFactory(java.util.concurrent.ThreadFactory threadFactory)
Method Detail

threadFactory

public java.util.concurrent.ThreadFactory threadFactory()

createExecutorService

public java.util.concurrent.ExecutorService createExecutorService()
Specified by:
createExecutorService in interface ExecutorServiceFactory