|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Executor | |
|---|---|
| org.javasimon.callback.async | |
| Uses of Executor in org.javasimon.callback.async |
|---|
| Classes in org.javasimon.callback.async that implement Executor | |
|---|---|
private static class |
Executors.AsyncCallbackExecutor<T>
Asynchronous, different thread executor |
| Fields in org.javasimon.callback.async declared as Executor | |
|---|---|
static Executor |
Executors.DISABLED
Disabled Executor |
private Executor |
ExecutorProxyFactory.executor
Executor used for invoking methods on delegate object |
static Executor |
Executors.SYNC
Synchronous, same thread Executor |
| Methods in org.javasimon.callback.async that return Executor | ||
|---|---|---|
static
|
Executors.async()
Return asynchronous, different but unique thread executor |
|
static
|
Executors.async(ExecutorService executorService)
Return asynchronous, different thread executor |
|
static
|
Executors.disabled()
Return disabled executor |
|
Executor |
ExecutorProxyFactory.getExecutor()
Get used executor |
|
static
|
Executors.sync()
Return synchronous, same thread executor |
|
| Methods in org.javasimon.callback.async with parameters of type Executor | |
|---|---|
void |
ExecutorProxyFactory.setExecutor(Executor executor)
Set used executor |
| Constructors in org.javasimon.callback.async with parameters of type Executor | |
|---|---|
AsyncCallbackProxyFactory(Callback delegate,
Executor executor)
Constructor |
|
ExecutorProxyFactory(T delegate,
Executor executor)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||