|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimerTaskDefinition | |
---|---|
org.n52.security.common.util |
Uses of TimerTaskDefinition in org.n52.security.common.util |
---|
Methods in org.n52.security.common.util that return TimerTaskDefinition | |
---|---|
static TimerTaskDefinition |
TimerTaskDefinition.create(String name,
long delay,
long period,
Runnable task)
|
static TimerTaskDefinition |
TimerTaskDefinition.create(String name,
long delayAndPeriod,
Runnable task)
|
Methods in org.n52.security.common.util that return types with arguments of type TimerTaskDefinition | |
---|---|
List<TimerTaskDefinition> |
TimerTaskScheduler.getTaskDefinitions()
|
Methods in org.n52.security.common.util with parameters of type TimerTaskDefinition | |
---|---|
void |
TimerTaskScheduler.scheduleTaskDefinition(TimerTaskDefinition def)
registers a new task definition with this scheduler. |
Method parameters in org.n52.security.common.util with type arguments of type TimerTaskDefinition | |
---|---|
void |
TimerTaskScheduler.setTaskDefinitions(List<TimerTaskDefinition> taskDefinitions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |