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

Constructor Index

 o ThreadPool()
 o ThreadPool(boolean)
 o ThreadPool(ThreadPoolHook)
 o ThreadPool(ThreadPoolHook, boolean)
A clazz must be instance of Thread and has default constructor which get no arguments.

Method Index

 o run(Runnable)

Constructors

 o ThreadPool
 public ThreadPool(ThreadPoolHook hook,
                   boolean debug)
A clazz must be instance of Thread and has default constructor which get no arguments.

 o ThreadPool
 public ThreadPool(ThreadPoolHook hook)
 o ThreadPool
 public ThreadPool(boolean debug)
 o ThreadPool
 public ThreadPool()

Methods

 o run
 public void run(Runnable target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index