public abstract class AsyncTask extends java.lang.Object implements org.quartz.Job
Modifier and Type | Class and Description |
---|---|
static class |
AsyncTask.AsyncTaskEvent
An application event used to notify listeners about progress or change in status of an ASyncTask execution.
|
static class |
AsyncTask.TaskStatus
The status of the task.
|
static class |
AsyncTask.TaskType
The type of the task.
|
Constructor and Description |
---|
AsyncTask() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Long |
getTaskId(org.quartz.JobDataMap map) |
static void |
setTaskId(org.quartz.JobDataMap map,
java.lang.Long taskId) |
public AsyncTask()
public static void setTaskId(org.quartz.JobDataMap map, java.lang.Long taskId)
map
- non-null maptaskId
- if null or empty, previous value will be removedpublic static java.lang.Long getTaskId(org.quartz.JobDataMap map)
map
- Copyright © 2015 Tampere University of Technology, Pori Department.