|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jfw.scheduler.SchedulerStarter
public final class SchedulerStarter
Start the scheduler. Reads the classes to schedule form the jfw.properties
and add them in Scheduler.add(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
.
Constructor Summary | |
---|---|
SchedulerStarter()
|
Method Summary | |
---|---|
static void |
start()
Start the scheduler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchedulerStarter()
Method Detail |
---|
public static void start()
getScheduledObjects()
and then the method
addObjectsInScheduler(java.util.HashMap)
is called for add the scheduled class in
Scheduler
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |