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
 void run()
          Performs the task.
 

Method Detail

run

void run()
         throws java.lang.Throwable
Performs the task.

Throws:
java.lang.Throwable - The task failed, and the worker thread won't be used again.


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.