public abstract class SchedulableTask extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
private org.apache.logging.log4j.Logger |
logger |
| Constructor and Description |
|---|
SchedulableTask() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handle(long now)
This method is called every time the task is scheduled to run.
|
void |
run() |
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.