|
|||||||||
| Home >> All >> org >> ematgine >> utils >> [ concurrent overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.ematgine.utils.concurrent
Class DirectExecutor

java.lang.Objectorg.ematgine.utils.concurrent.DirectExecutor
- All Implemented Interfaces:
- Executor
- public class DirectExecutor
- extends java.lang.Object
- implements Executor
- extends java.lang.Object
An implementation of Executor that invokes the run method of the supplied command and then returns.
[ Introduction to this package. ]
| Constructor Summary | |
DirectExecutor()
|
|
| Method Summary | |
void |
execute(java.lang.Runnable command)
Execute the given command directly in the current thread. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DirectExecutor
public DirectExecutor()
| Method Detail |
execute
public void execute(java.lang.Runnable command) throws java.lang.InterruptedException
- Execute the given command directly in the current thread.
|
|||||||||
| Home >> All >> org >> ematgine >> utils >> [ concurrent overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.ematgine.utils.concurrent.DirectExecutor