Uses of Interface
org.javasimon.callback.async.Executor

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
<T> Executor<T>
Executors.async()
          Return asynchronous, different but unique thread executor
static
<T> Executor<T>
Executors.async(ExecutorService executorService)
          Return asynchronous, different thread executor
static
<T> Executor<T>
Executors.disabled()
          Return disabled executor
 Executor ExecutorProxyFactory.getExecutor()
          Get used executor
static
<T> Executor<T>
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
 



Copyright © 2013. All Rights Reserved.