Package | Description |
---|---|
org.n52.security.common.util |
Modifier and Type | Method and Description |
---|---|
static TimerTaskDefinition |
TimerTaskDefinition.create(String name,
long delay,
long period,
Runnable task) |
static TimerTaskDefinition |
TimerTaskDefinition.create(String name,
long delayAndPeriod,
Runnable task) |
Modifier and Type | Method and Description |
---|---|
List<TimerTaskDefinition> |
TimerTaskScheduler.getTaskDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
TimerTaskScheduler.scheduleTaskDefinition(TimerTaskDefinition def)
Registers a new task definition with this scheduler.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerTaskScheduler.setTaskDefinitions(List<TimerTaskDefinition> taskDefinitions) |
Copyright © 2004–2017 52north.org. All rights reserved.