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.STATE_FORCED_SHUTDOWN, STATE_NOT_RUNNING, STATE_RUNNING, 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, isFlushed, remaining, shutdown, shutdown, shutdownNow, status, taskenter, inHandler, leaveclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdelegate, flush, isFlushed, shutdown, shutdownNow, shutdownNowpublic OrderedExecutor(Executor delegate)
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.