com.jfw.scheduler
Class SchedulerStarter

java.lang.Object
  extended by com.jfw.scheduler.SchedulerStarter

public final class SchedulerStarter
extends java.lang.Object

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

SchedulerStarter

public SchedulerStarter()
Method Detail

start

public static void start()
Start the scheduler. The scheduled beans are readed form the properties file in method getScheduledObjects() and then the method addObjectsInScheduler(java.util.HashMap) is called for add the scheduled class in Scheduler.