Class JobProcessManager
java.lang.Object
uk.ac.manchester.spinnaker.nmpiexec.jobprocessmanager.JobProcessManager
- All Implemented Interfaces:
- CommandLineRunner
Manages a running job process. This is run as a separate process from the
 command line, and it assumes input is passed via 
System.in.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
JobProcessManagerpublic JobProcessManager()
 
- 
- 
Method Details- 
mainThe main method.- Parameters:
- args- Program arguments.
 
- 
runHow to run a Job Process Manager. This is the execution entry point for this Maven module.- Specified by:
- runin interface- CommandLineRunner
- Parameters:
- args- The command line arguments.
- Throws:
- IllegalArgumentException- If an unrecognized argument is found.
- IOException- If an authentication token can't be read.
 
 
-