| Constructor and Description |
|---|
SchedulerTimer()
Constructor for SchedulerTimer.
|
SchedulerTimer(String name)
Constructor for SchedulerTimer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
cancel.
|
void |
configureDefault(SchedulerJob job)
configureDefault.
|
void |
schedule(SchedulerJob job)
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.
|
doExecuteJob, doTick, getName, getQueue, getRunningJobs, getScheduledJobs, start, stoppublic 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 void schedule(SchedulerJob job)
schedule.
schedule in interface TimerIfcschedule in class Schedulerjob - a SchedulerJob object.public void configureDefault(SchedulerJob job)
configureDefault.
job - a SchedulerJob object.Copyright © 2016. All Rights Reserved.