Package fr.dyade.aaa.agent
Class WakeUpTask
- java.lang.Object
-
- java.util.TimerTask
-
- fr.dyade.aaa.agent.WakeUpTask
-
-
Constructor Summary
Constructors Constructor Description WakeUpTask(AgentId id, Class<?> wakeUpNotClass, long period)Creates a new WakeUpTask and schedules it.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()private voidschedule(long period)Schedules the wake up task for execution after the given period.-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-