org.apache.xmlrpc.util

Interface ThreadPool.Task

Known Subinterfaces:
ThreadPool.InterruptableTask
Known Implementing Classes:
Connection, ServletConnection

public static interface ThreadPool.Task

The thread pool contains instances of ThreadPool.Task.

Method Summary

void
run()
Performs the task.

Method Details

run

public void run()
            throws Throwable
Performs the task.

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