public class CleanupTask extends AbstractSingleTask<Work,None,None>
ServerTcpConnection
.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 Throwable
Task
context
- TaskContext
for the Task
.Task
. This allows stringing
Task
instances together into a JobSequence
.Throwable
- Indicating failure of the Task
.Copyright © 2005–2016. All rights reserved.