org.quartz.examples.example11
Class LoadExample

java.lang.Object
  extended by org.quartz.examples.example11.LoadExample

public class LoadExample
extends Object

This example will spawn a large number of jobs to run

Author:
James House, Bill Kratzer

Constructor Summary
LoadExample(int inNumberOfJobs)
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadExample

public LoadExample(int inNumberOfJobs)
Method Detail

run

public void run()
         throws Exception
Throws:
Exception

main

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


Copyright © 2010. All Rights Reserved.