Package | Description |
---|---|
sirius.kernel.health |
Provides tools to record the system state and to log and handle exceptions.
|
sirius.kernel.timer |
Support for executing tasks in regular intervals.
|
Modifier and Type | Class and Description |
---|---|
class |
CleanLogsTask
Automatically deletes old log files.
|
Modifier and Type | Method and Description |
---|---|
Collection<EveryDay> |
Timers.getDailyTasks()
Returns all known daily tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
Timers.rundailyTimer(int currentHour,
EveryDay task)
Executes the given task if it is scheduled for the given hour.
|
Copyright © 2018. All rights reserved.