- ENABLE_DEBUG - Static variable in class org.apache.excalibur.thread.impl.WorkerThread
-
Enables debug output of major events.
- ENABLE_DETAIL_DEBUG - Static variable in class org.apache.excalibur.thread.impl.WorkerThread
-
Enables debug output of minor events.
- enableLogging(Logger) - Method in class org.apache.avalon.excalibur.thread.impl.BasicThreadPool
-
Setup Logging.
- enableLogging(Logger) - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
-
- enableLogging(Logger) - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
-
- enableLogging(Logger) - Method in class org.apache.avalon.excalibur.thread.impl.SimpleWorkerThread
-
- ExecutableExecuteable - Class in org.apache.avalon.excalibur.thread.impl
-
Class to adapt a Executable object in
an Executable object.
- ExecutableExecuteable(Executable) - Constructor for class org.apache.avalon.excalibur.thread.impl.ExecutableExecuteable
-
Create adapter using specified executable.
- ExecutableRunnable - Class in org.apache.excalibur.thread.impl
-
Class to adapt a Runnable object in
an Executable object.
- ExecutableRunnable(Runnable) - Constructor for class org.apache.excalibur.thread.impl.ExecutableRunnable
-
Create adapter using specified runnable.
- execute(Executable) - Method in class org.apache.avalon.excalibur.thread.impl.BasicThreadPool
-
Run work in separate thread.
- execute(Executable) - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
-
Run work in separate thread.
- execute(Runnable) - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
-
Run work in separate thread.
- execute(Executable) - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
-
Run work in separate thread.
- execute() - Method in class org.apache.avalon.excalibur.thread.impl.ExecutableExecuteable
-
Execute the underlying
Executable object.
- execute(Executable) - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
-
Run work in separate thread.
- execute(Runnable) - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
-
Run work in separate thread.
- execute(Executable) - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
-
Run work in separate thread.
- execute(Runnable) - Method in class org.apache.excalibur.thread.impl.AbstractThreadPool
-
Run work in separate thread.
- execute(Executable) - Method in class org.apache.excalibur.thread.impl.AbstractThreadPool
-
Execute some executable work in a thread.
- execute() - Method in class org.apache.excalibur.thread.impl.ExecutableRunnable
-
Execute the underlying Runnable object.
- execute(Executable) - Method in class org.apache.excalibur.thread.impl.WorkerThread
-
Set the Work code this Worker must
execute and notifies its thread to do it.
- executeAndWait(Executable) - Method in class org.apache.excalibur.thread.impl.WorkerThread
-
Set the Work code this Worker must
execute and notifies its thread to do it.