|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientExecutionService
| Method Summary | ||
|---|---|---|
void |
execute(Runnable command)
|
|
void |
executeInternal(Runnable command)
|
|
ExecutorService |
getAsyncExecutor()
|
|
ScheduledFuture<?> |
schedule(Runnable command,
long delay,
TimeUnit unit)
|
|
ScheduledFuture<?> |
scheduleAtFixedRate(Runnable command,
long initialDelay,
long period,
TimeUnit unit)
|
|
ScheduledFuture<?> |
scheduleWithFixedDelay(Runnable command,
long initialDelay,
long period,
TimeUnit unit)
|
|
|
submit(Callable<T> task)
|
|
ICompletableFuture<?> |
submit(Runnable task)
|
|
| Method Detail |
|---|
void executeInternal(Runnable command)
void execute(Runnable command)
ICompletableFuture<?> submit(Runnable task)
<T> ICompletableFuture<T> submit(Callable<T> task)
ScheduledFuture<?> schedule(Runnable command,
long delay,
TimeUnit unit)
ScheduledFuture<?> scheduleAtFixedRate(Runnable command,
long initialDelay,
long period,
TimeUnit unit)
ScheduledFuture<?> scheduleWithFixedDelay(Runnable command,
long initialDelay,
long period,
TimeUnit unit)
ExecutorService getAsyncExecutor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||