edu.rit.pj.cluster.test
Class JobSchedulerTest
java.lang.Object
edu.rit.pj.cluster.test.JobSchedulerTest
public class JobSchedulerTest
- extends Object
Class JobSchedulerTest is a unit test main program for class JobScheduler. Class JobSchedulerTest mimics a job
frontend process. It lets you send messages to a Job Scheduler process by
typing commands on the console. It displays messages from the Job Scheduler
process on the console.
Usage: java edu.rit.pj.cluster.test.JobSchedulerTest host port
host = Job Scheduler process host name
port = Job Scheduler process port number
|
Method Summary |
static void |
main(String[] args)
Unit test main program. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- Unit test main program.
- Throws:
Exception
Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.