public interface FutureScheduler
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.ScheduledFuture<?> |
scheduleFuture(java.lang.Runnable command,
long millisecondDelay) |
java.util.concurrent.ScheduledFuture<?> |
scheduleFutureWithFixedDelay(java.lang.Runnable command,
long initialMillisecondDelay,
long millisecondDelay) |
<V> java.util.concurrent.ScheduledFuture<V> |
scheduleFutureWithReturn(java.util.concurrent.Callable<V> callable,
long millisecondDelay) |
void |
teardown() |
java.util.concurrent.ScheduledFuture<?> scheduleFuture(java.lang.Runnable command,
long millisecondDelay)
java.util.concurrent.ScheduledFuture<?> scheduleFutureWithFixedDelay(java.lang.Runnable command,
long initialMillisecondDelay,
long millisecondDelay)
<V> java.util.concurrent.ScheduledFuture<V> scheduleFutureWithReturn(java.util.concurrent.Callable<V> callable,
long millisecondDelay)
void teardown()