org.quartz.examples.example12
Class RemoteClientExample

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

public class RemoteClientExample
extends Object

This example is a client program that will remotely talk to the scheduler to schedule a job. In this example, we will need to use the JDBC Job Store. The client will connect to the JDBC Job Store remotely to schedule the job.

Author:
James House, Bill Kratzer

Constructor Summary
RemoteClientExample()
           
 
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

RemoteClientExample

public RemoteClientExample()
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.