Package org.apache.xmlrpc.util
Interface ThreadPool.Task
- All Known Subinterfaces:
ThreadPool.InterruptableTask
- All Known Implementing Classes:
Connection
,ServletConnection
- Enclosing class:
ThreadPool
public static interface ThreadPool.Task
The thread pool contains instances of
ThreadPool.Task
.-
Method Summary
-
Method Details
-
run
Performs the task.- Throws:
Throwable
- The task failed, and the worker thread won't be used again.
-