org.gwe.utils.concurrent
Class ThreadPoolUtils

java.lang.Object
  extended by org.gwe.utils.concurrent.ThreadPoolUtils

public class ThreadPoolUtils
extends java.lang.Object

Since:
Aug 26, 2007
Author:
Marco Ruiz

Constructor Summary
ThreadPoolUtils()
           
 
Method Summary
static java.util.concurrent.ExecutorService createThreadPool(java.lang.String name)
           
static java.util.concurrent.ExecutorService createThreadPool(java.lang.String name, boolean daemon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolUtils

public ThreadPoolUtils()
Method Detail

createThreadPool

public static java.util.concurrent.ExecutorService createThreadPool(java.lang.String name)

createThreadPool

public static java.util.concurrent.ExecutorService createThreadPool(java.lang.String name,
                                                                    boolean daemon)


Copyright © 2007-2009. All Rights Reserved.