Package com.nt.udc.util.threadpool
Interface PoolTask
- All Known Implementing Classes:
PoolTaskTest
public interface PoolTask
implement this interface to have the thread group perform this class
Any implementing class should check to see if it has shutdown
- See Also:
-
Method Summary
-
Method Details
-
run
void run()executes the task -
shutdown
void shutdown()shutdown this task
-