net.sourceforge.cruisecontrol.util.threadpool
Interface WorkerThread
- All Superinterfaces:
- java.lang.Runnable
- All Known Implementing Classes:
- ProjectWrapper
- public interface WorkerThread
- extends java.lang.Runnable
A template used to guide the creation of tasks to be executed
by the ThreadPool
- Author:
- Jared Richardson
Methods inherited from interface java.lang.Runnable |
run |
BLANK_NAME
public static final java.lang.String BLANK_NAME
- See Also:
- Constant Field Values
getResult
public java.lang.Object getResult()
getName
public java.lang.String getName()