org.apache.xmlrpc.util

Interface ThreadPool.Task

public interface ThreadPool.Task

The thread pool contains instances of {@link ThreadPool.Task}.
Method Summary
voidrun()
Performs the task.

Method Detail

run

public void run()
Performs the task.

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

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.