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.TaskThe thread pool contains instances ofThreadPool.Task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Performs the task.
-