Class JobProcessFactory

java.lang.Object
uk.ac.manchester.spinnaker.nmpiexec.jobprocess.JobProcessFactory

public class JobProcessFactory
extends Object
A factory for creating JobProcess instances given a JobParameters instance.
  • Constructor Details

    • JobProcessFactory

      public JobProcessFactory​(ThreadGroup threadGroup)
      Create a factory.
      Parameters:
      threadGroup - The thread group for the factory. All threads created by the factory will be within this group.
    • JobProcessFactory

      public JobProcessFactory​(String threadGroupName)
      Create a factory.
      Parameters:
      threadGroupName - The name of the thread group for the factory. All threads created by the factory will be within this group.
  • Method Details