public class LaunchedTask
extends java.lang.Object
Constructor and Description |
---|
LaunchedTask(ExecutorTask executorTask,
java.util.concurrent.ExecutorService executorService)
Starts the provided
ExecutorTask against the provided ExecutorService . |
Modifier and Type | Method and Description |
---|---|
boolean |
isDone() |
void |
stop() |
public LaunchedTask(ExecutorTask executorTask, java.util.concurrent.ExecutorService executorService)
ExecutorTask
against the provided ExecutorService
.