public class CleanupTask extends AbstractSingleTask<Work,None,None>
Constructor and Description |
---|
CleanupTask() |
Modifier and Type | Method and Description |
---|---|
Object |
doTask(TaskContext<Work,None,None> context)
Does the task.
|
createTask, createWork, getRecycleManagedObjectParameter, registerAsRecycleTask, registerTask, registerTask, registerTask, registerWork
public Object doTask(TaskContext<Work,None,None> context) throws IOException
Task
context
- TaskContext
for the Task
.Task
. This allows stringing
Task
instances together into a JobSequence
.IOException
Copyright © 2005–2016. All rights reserved.