public class BackgroundJobInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
asyncId |
Future<?> |
future |
IContext |
jobContext |
static long |
NON_CLIENT_BACKGROUND_JOB_ID |
| Constructor and Description |
|---|
BackgroundJobInfo(Future<?> job,
IContext jobContext) |
BackgroundJobInfo(Future<?> job,
IContext jobContext,
long asyncId) |
public final Future<?> future
public final IContext jobContext
public final long asyncId
public static final long NON_CLIENT_BACKGROUND_JOB_ID