public class QuartzScheduledFuture<V> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RunnableFuture<V> |
task |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
int |
compareTo(Delayed o) |
V |
get() |
V |
get(long timeout,
TimeUnit unit) |
long |
getDelay(TimeUnit unit) |
boolean |
isCancelled() |
boolean |
isDone() |
protected final RunnableFuture<V> task
public long getDelay(TimeUnit unit)
public int compareTo(Delayed o)
public boolean cancel(boolean mayInterruptIfRunning)
public boolean isCancelled()
isCancelled in interface Future<V>public V get()
throws InterruptedException,
ExecutionException
get in interface Future<V>InterruptedExceptionExecutionExceptionpublic V get(long timeout,
TimeUnit unit)
throws InterruptedException,
ExecutionException,
TimeoutException
get in interface Future<V>InterruptedExceptionExecutionExceptionTimeoutExceptionCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.