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, task
enter, inHandler, leave
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
delegate, flush, isFlushed, shutdown, shutdownNow, shutdownNow
public OrderedExecutor(Executor delegate)
Copyright © 2021 JBoss by Red Hat. All rights reserved.