All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class NET.shudo.moba.place.ThreadPool
java.lang.Object
   |
   +----NET.shudo.moba.place.ThreadPool
  -  public class ThreadPool
  -  extends Object
   
  -   ThreadPool() ThreadPool()
-  
  
-   ThreadPool(boolean) ThreadPool(boolean)
-  
  
-   ThreadPool(ThreadPoolHook) ThreadPool(ThreadPoolHook)
-  
  
-   ThreadPool(ThreadPoolHook, boolean) ThreadPool(ThreadPoolHook, boolean)
-   A clazz must be instance of Thread
 and has default constructor which get no arguments.
   
  -   run(Runnable) run(Runnable)
-  
   
 ThreadPool
ThreadPool
 public ThreadPool(ThreadPoolHook hook,
                   boolean debug)
  -  A clazz must be instance of Thread
 and has default constructor which get no arguments.
 
 ThreadPool
ThreadPool
 public ThreadPool(ThreadPoolHook hook)
 ThreadPool
ThreadPool
 public ThreadPool(boolean debug)
 ThreadPool
ThreadPool
 public ThreadPool()
   
 run
run
 public void run(Runnable target)
All Packages  Class Hierarchy  This Package  Previous  Next  Index