org.quartz.simpl
| |||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
|---|---|
SimpleTimeBroker()
|
|
| Method Summary | |
|---|---|
Date |
getCurrentTime()
Get the current time, simply using new Date(). |
void |
initialize()
Called by the QuartzScheduler before the TimeBroker is
used, in order to give the it a chance to initialize. |
void |
shutdown()
Called by the QuartzScheduler to inform the TimeBroker
that it should free up all of it's resources because the scheduler is
shutting down. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleTimeBroker()
| Method Detail |
|---|
public Date getCurrentTime()
Get the current time, simply using new Date().
getCurrentTime in interface TimeBroker
public void initialize()
throws SchedulerConfigException
TimeBroker
Called by the QuartzScheduler before the TimeBroker is
used, in order to give the it a chance to initialize.
initialize in interface TimeBrokerSchedulerConfigExceptionpublic void shutdown()
TimeBroker
Called by the QuartzScheduler to inform the TimeBroker
that it should free up all of it's resources because the scheduler is
shutting down.
shutdown in interface TimeBroker
|
Quartz Enterprise Job Scheduler Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||