V - private static final class Task.TaskCallable<V>
extends java.lang.Object
implements java.util.concurrent.Callable<V>
| Modifier and Type | Field and Description |
|---|---|
private Task<V> |
task
The Task that is going to use this TaskCallable
|
| Modifier | Constructor and Description |
|---|---|
private |
TaskCallable()
Create a TaskCallable.
|
| Modifier and Type | Method and Description |
|---|---|
V |
call()
Invoked by the system when it is time to run the client code.
|
private TaskCallable()
public V call() throws java.lang.Exception
call in interface java.util.concurrent.Callable<V>java.lang.Exception - any exception which occurred