org.quartz.examples
Class LoadTest

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

public class LoadTest
extends java.lang.Object

Author:
James House

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

Constructor Detail

LoadTest

public LoadTest()
Method Detail

loadTest

public static void loadTest(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