org.quartz.examples.example12
Class RemoteServerExample

java.lang.Object
  extended by org.quartz.examples.example12.RemoteServerExample

public class RemoteServerExample
extends Object

Author:
Bill Kratzer TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
RemoteServerExample()
           
 
Method Summary
static void main(String[] args)
           
 void run()
          This example will spawn a large number of jobs to run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteServerExample

public RemoteServerExample()
Method Detail

run

public void run()
         throws Exception
This example will spawn a large number of jobs to run

Throws:
Exception

main

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


Copyright © 2010. All Rights Reserved.