JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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:
ThreadPool
Method Summary
Methods
Modifier and Type
Method and Description
void
run
()
executes the task
void
shutdown
()
shutdown this task
Method Detail
run
void run()
executes the task
shutdown
void shutdown()
shutdown this task
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method