Uses of Interface
org.apache.xmlrpc.util.ThreadPool.Task

Packages that use ThreadPool.Task
org.apache.xmlrpc.util   
 

Uses of ThreadPool.Task in org.apache.xmlrpc.util
 

Subinterfaces of ThreadPool.Task in org.apache.xmlrpc.util
static interface ThreadPool.InterruptableTask
          A task, which may be interrupted, if the pool is shutting down.
 

Methods in org.apache.xmlrpc.util with parameters of type ThreadPool.Task
 boolean ThreadPool.addTask(ThreadPool.Task pTask)
          Adds a task for immediate or deferred execution.
 boolean ThreadPool.startTask(ThreadPool.Task pTask)
          Starts a task immediately.
 



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