Package org.apache.xmlrpc.util
Interface ThreadPool.InterruptableTask
-
- All Superinterfaces:
ThreadPool.Task
- All Known Implementing Classes:
Connection
,ServletConnection
- Enclosing class:
- ThreadPool
public static interface ThreadPool.InterruptableTask extends ThreadPool.Task
A task, which may be interrupted, if the pool is shutting down.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
shutdown()
Interrupts the task.-
Methods inherited from interface org.apache.xmlrpc.util.ThreadPool.Task
run
-
-