org.huihoo.jfox.pool.thread
Interface ThreadPool

All Known Implementing Classes:
SimpleThreadPool

public interface ThreadPool

所有可以交由 ThreadPool 来运行的对象必须实现这个接口


Method Summary
 void execute(Threadable thread)
          run a Threadable object
 

Method Detail

execute

public void execute(Threadable thread)
run a Threadable object

Parameters:
thread -