public class SslTaskWork extends AbstractSingleTask<SslTaskWork,SslTaskWork.SslTaskDependencies,None>
Task
to execute the SSL tasks.Modifier and Type | Class and Description |
---|---|
static class |
SslTaskWork.SslTaskDependencies
Key to the SSL task to run.
|
Constructor and Description |
---|
SslTaskWork() |
Modifier and Type | Method and Description |
---|---|
Object |
doTask(TaskContext<SslTaskWork,SslTaskWork.SslTaskDependencies,None> context)
Does the task.
|
createTask, createWork, getRecycleManagedObjectParameter, registerAsRecycleTask, registerTask, registerTask, registerTask, registerWork
public Object doTask(TaskContext<SslTaskWork,SslTaskWork.SslTaskDependencies,None> context)
Task
context
- TaskContext
for the Task
.Task
. This allows stringing
Task
instances together into a JobSequence
.Copyright © 2005–2016. All rights reserved.