com.jfw.examples
Class StartupSCH

java.lang.Object
  extended by com.jfw.scheduler.ScheduleBean
      extended by com.jfw.examples.StartupSCH

public class StartupSCH
extends ScheduleBean


Field Summary
 
Fields inherited from class com.jfw.scheduler.ScheduleBean
className, properties
 
Constructor Summary
StartupSCH()
           
 
Method Summary
 void start()
          Must be implement by sub classses.
 
Methods inherited from class com.jfw.scheduler.ScheduleBean
addError, getAdvance, sendEmail, setAdvance, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupSCH

public StartupSCH()
Method Detail

start

public void start()
           throws java.lang.Throwable
Description copied from class: ScheduleBean
Must be implement by sub classses. This is the only method called by the instatiater thread. Called in method ScheduleThread.run().

Specified by:
start in class ScheduleBean
Throws:
java.lang.Throwable