E G I J O T

E

Executable - Interface in org.apache.excalibur.thread
The Executable can be implemented by components that need to perform some work.
execute() - Method in interface org.apache.excalibur.thread.Executable
Execute the action associated with this component.
execute(Runnable) - Method in interface org.apache.excalibur.thread.ThreadPool
Run work in separate thread.
execute(Executable) - Method in interface org.apache.excalibur.thread.ThreadPool
Run work in separate thread.

G

getThrowable() - Method in interface org.apache.excalibur.thread.ThreadControl
Retrieve throwable that caused thread to cease execution.

I

interrupt() - Method in interface org.apache.excalibur.thread.ThreadControl
Call Thread.interrupt() on thread being controlled.
isFinished() - Method in interface org.apache.excalibur.thread.ThreadControl
Determine if thread has finished execution

J

join(long) - Method in interface org.apache.excalibur.thread.ThreadControl
Wait for specified time for thread to complete it's work.

O

org.apache.excalibur.thread - package org.apache.excalibur.thread
 

T

ThreadControl - Interface in org.apache.excalibur.thread
This interface defines the method through which Threads can be controller.
ThreadPool - Interface in org.apache.excalibur.thread
This class is the public frontend for the thread pool code.

E G I J O T

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