| Package | Description |
|---|---|
| to.etc.domui.util.janitor |
| Modifier and Type | Field and Description |
|---|---|
protected JanitorTask |
JanitorThread.m_jt
The janitor task executing in this thread
|
protected JanitorTask |
JanitorException.m_jt
The task that threw this
|
| Modifier and Type | Method and Description |
|---|---|
int |
Janitor.addTask(int interval,
boolean once,
String name,
JanitorTask jt)
Add a new task to the janitor's tables.
|
int |
Janitor.addTask(int offset,
int interval,
String name,
JanitorTask jt)
Add a new task to the janitor's tables, that first executes after given offset, and repeats in given interval.
|
int |
Janitor.addTaskAt(Date attime,
String name,
JanitorTask jt)
Adds a task to the janitor's table.
|
void |
JanitorThread.assignTask(JanitorTask jt) |
| Constructor and Description |
|---|
JanitorException(JanitorTask jt,
String msg) |
Copyright © 2017 etc.to. All rights reserved.