public class TaskCleaner
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
private int |
maxLifeinSec |
private TaskDao |
taskDao |
Constructor and Description |
---|
TaskCleaner(TaskExecutorConfiguration config,
TaskDao taskDao) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
private static final org.slf4j.Logger log
private final TaskDao taskDao
private final int maxLifeinSec
@Inject public TaskCleaner(TaskExecutorConfiguration config, TaskDao taskDao)