| Constructor and Description |
|---|
TimerImpl(Timer timer)
Constructor for TimerImpl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
cancel.
|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
purge()
purge.
|
void |
schedule(SchedulerJob scheduler)
schedule.
|
void |
schedule(TimerTask task,
Date time)
schedule.
|
void |
schedule(TimerTask task,
Date firstTime,
long period)
schedule.
|
void |
schedule(TimerTask task,
long delay)
schedule.
|
void |
schedule(TimerTask task,
long delay,
long period)
schedule.
|
void |
scheduleAtFixedRate(TimerTask task,
Date firstTime,
long period)
scheduleAtFixedRate.
|
void |
scheduleAtFixedRate(TimerTask task,
long delay,
long period)
scheduleAtFixedRate.
|
String |
toString() |
public void schedule(TimerTask task, long delay)
schedule.
public void schedule(TimerTask task, long delay, long period)
schedule.
public void scheduleAtFixedRate(TimerTask task, long delay, long period)
scheduleAtFixedRate.
scheduleAtFixedRate in interface TimerIfctask - a TimerTask object.delay - a long.period - a long.public void scheduleAtFixedRate(TimerTask task, Date firstTime, long period)
scheduleAtFixedRate.
scheduleAtFixedRate in interface TimerIfctask - a TimerTask object.firstTime - a Date object.period - a long.public int purge()
purge.
public void schedule(SchedulerJob scheduler)
schedule.
schedule in interface TimerIfcscheduler - a SchedulerJob object.Copyright © 2016. All Rights Reserved.