Package org.apache.xmlrpc.util
Interface ThreadPool.InterruptableTask
- All Superinterfaces:
ThreadPool.Task
- All Known Implementing Classes:
Connection
,ServletConnection
- Enclosing class:
ThreadPool
A task, which may be interrupted, if the pool is shutting down.
-
Method Summary
Methods inherited from interface org.apache.xmlrpc.util.ThreadPool.Task
run
-
Method Details
-
shutdown
Interrupts the task.- Throws:
Throwable
- Shutting down the task failed.
-