public class OrderedExecutor extends ProcessorBase<Runnable> implements ArtemisExecutor
execute(Runnable) method that happens-after another call A to the
same method, will result in B's task running after A's.tasks| Constructor and Description |
|---|
OrderedExecutor(Executor delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doTask(Runnable task) |
void |
execute(Runnable run) |
String |
toString() |
flush, flush, isFlushed, startPoller, taskclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdelegate, flush, flush, isFlushedpublic OrderedExecutor(Executor delegate)
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.