org.apache.xmlrpc.util
Interface ThreadPool.Task

All Known Implementing Classes:
Connection, ServletConnection
Enclosing interface:
ThreadPool

public static interface ThreadPool.Task

The thread pool contains instances of ThreadPool.Task.


Method Summary
 void run()
          Performs the task.
 

Method Detail

run

public 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-2007 Apache Software Foundation. All Rights Reserved.