Uses of Class
org.n52.security.common.util.TimerTaskDefinition

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)
           
 



Copyright © 2004–2013 52north.org. All rights reserved.