org.apache.xmlrpc.util

Interface ThreadPool.InterruptableTask

All Superinterfaces:
ThreadPool.Task
Known Implementing Classes:
Connection, ServletConnection

public static interface ThreadPool.InterruptableTask
extends ThreadPool.Task

A task, which may be interrupted, if the pool is shutting down.

Method Summary

void
shutdown()
Interrupts the task.

Methods inherited from interface org.apache.xmlrpc.util.ThreadPool.Task

run

Method Details

shutdown

public void shutdown()
            throws Throwable
Interrupts the task.

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