public class WhiteboardExecutor extends AbstractServiceTracker<java.util.concurrent.Executor> implements java.util.concurrent.Executor
Executor
based on the available whiteboard services.
The execute(Runnable)
method passes the given command to the
first available executor service. Alternatively the command is run
in the calling thread if no executor services are available.Constructor and Description |
---|
WhiteboardExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
execute(@NotNull java.lang.Runnable command) |
start, stop
Copyright © 2010 - 2020 Adobe. All Rights Reserved