Class JobProcessManager
java.lang.Object
uk.ac.manchester.spinnaker.nmpiexec.jobprocessmanager.JobProcessManager
- All Implemented Interfaces:
CommandLineRunner
@SpringBootApplication public class JobProcessManager extends Object implements 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 Summary
Constructors Constructor Description JobProcessManager()
-
Method Summary
-
Constructor Details
-
JobProcessManager
public JobProcessManager()
-
-
Method Details
-
main
The main method.- Parameters:
args
- Program arguments.
-
run
How to run a Job Process Manager. This is the execution entry point for this Maven module.- Specified by:
run
in interfaceCommandLineRunner
- Parameters:
args
- The command line arguments.- Throws:
IllegalArgumentException
- If an unrecognized argument is found.IOException
- If an authentication token can't be read.
-