|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.jaxws.utility.SingleThreadedExecutor
public class SingleThreadedExecutor
A simple Executor implementation that does not create a new thread for processing work, but just borrows the current thread.
| Field Summary | |
|---|---|
static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
|---|---|
SingleThreadedExecutor()
|
|
| Method Summary | |
|---|---|
void |
execute(java.lang.Runnable command)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public SingleThreadedExecutor()
| Method Detail |
|---|
public void execute(java.lang.Runnable command)
execute in interface java.util.concurrent.Executor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||