Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
E
G
I
J
O
T
E
Executable
- interface org.apache.excalibur.thread.
Executable
.
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 org.apache.excalibur.thread.
ThreadControl
.
This interface defines the method through which Threads can be controller.
ThreadPool
- interface org.apache.excalibur.thread.
ThreadPool
.
This class is the public frontend for the thread pool code.
E
G
I
J
O
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.