org.quartz.examples.example12
Class RemoteClientExample
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteClientExample
public RemoteClientExample()
run
public void run()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2010. All Rights Reserved.