Constructor and Description |
---|
RssDetectionShutdownFuture(ExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
Boolean |
get() |
Boolean |
get(long timeout,
TimeUnit unit) |
boolean |
isCancelled() |
boolean |
isDone() |
public RssDetectionShutdownFuture(ExecutorService executorService)
public boolean cancel(boolean mayInterruptIfRunning)
public boolean isCancelled()
isCancelled
in interface Future<Boolean>
public Boolean get() throws InterruptedException
get
in interface Future<Boolean>
InterruptedException
public Boolean get(long timeout, @NotNull TimeUnit unit) throws InterruptedException
get
in interface Future<Boolean>
InterruptedException
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.