org.quartz.examples
Class InitJobsTest

java.lang.Object
  extended byorg.quartz.examples.InitJobsTest

public class InitJobsTest
extends java.lang.Object

Author:
James House

Constructor Summary
InitJobsTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void schedTest(SchedulerFactory sf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitJobsTest

public InitJobsTest()
Method Detail

schedTest

public static void schedTest(SchedulerFactory sf)
                      throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Quartz Project Page