Uses of Class
mandala.util.ThreadPool.ThreadPoolCancelable

Packages that use ThreadPool.ThreadPoolCancelable
mandala.util This package is a util package for anything in Mandala. 
 

Uses of ThreadPool.ThreadPoolCancelable in mandala.util
 

Methods in mandala.util that return ThreadPool.ThreadPoolCancelable
 ThreadPool.ThreadPoolCancelable ThreadPool.execute(java.lang.Runnable task)
          Request the execution of the specified task.
 

Methods in mandala.util with parameters of type ThreadPool.ThreadPoolCancelable
 boolean ThreadPool.cancel(ThreadPool.ThreadPoolCancelable cancelable)
          Cancel the execution of a previously given task.
 boolean[] ThreadPool.cancel(ThreadPool.ThreadPoolCancelable[] cancelables)
          Cancel the execution of previously given tasks.
 boolean ThreadPool.interrupt(ThreadPool.ThreadPoolCancelable cancelable)
          Interrupt the execution of a task currently executed by a thread of this thread pool.
 boolean[] ThreadPool.interrupt(ThreadPool.ThreadPoolCancelable[] cancelables)
          Interrupt the execution of tasks currently executed by some threads of this thread pool.
 



Mandala help mailing list