Package de.mhus.lib.core.base.service
Class TimerImpl
- java.lang.Object
-
- de.mhus.lib.core.MLog
-
- de.mhus.lib.core.base.service.TimerImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()booleanequals(Object obj)inthashCode()intpurge()voidschedule(SchedulerJob scheduler)voidschedule(String name, TimerTask task, long delay)voidschedule(String name, TimerTask task, long delay, long period)voidschedule(String name, TimerTask task, Date time)voidschedule(String name, TimerTask task, Date firstTime, long period)voidschedule(TimerTask task, long delay)voidschedule(TimerTask task, long delay, long period)voidschedule(TimerTask task, Date time)voidschedule(TimerTask task, Date firstTime, long period)voidscheduleAtFixedRate(String name, TimerTask task, long delay, long period)voidscheduleAtFixedRate(String name, TimerTask task, Date firstTime, long period)voidscheduleAtFixedRate(TimerTask task, long delay, long period)voidscheduleAtFixedRate(TimerTask task, Date firstTime, long period)StringtoString()
-
-
-
Constructor Detail
-
TimerImpl
public TimerImpl(Timer timer)
-
-
Method Detail
-
schedule
public void schedule(TimerTask task, long delay)
-
schedule
public void schedule(TimerTask task, long delay, long period)
-
scheduleAtFixedRate
public void scheduleAtFixedRate(TimerTask task, long delay, long period)
- Specified by:
scheduleAtFixedRatein interfaceTimerIfc
-
scheduleAtFixedRate
public void scheduleAtFixedRate(TimerTask task, Date firstTime, long period)
- Specified by:
scheduleAtFixedRatein interfaceTimerIfc
-
scheduleAtFixedRate
public void scheduleAtFixedRate(String name, TimerTask task, long delay, long period)
- Specified by:
scheduleAtFixedRatein interfaceTimerIfc
-
scheduleAtFixedRate
public void scheduleAtFixedRate(String name, TimerTask task, Date firstTime, long period)
- Specified by:
scheduleAtFixedRatein interfaceTimerIfc
-
purge
public int purge()
-
schedule
public void schedule(SchedulerJob scheduler)
-
-