/** * <p> * Create a JTAJobRunShell instance with the given settings. * </p> */ public JTAJobRunShell(JobRunShellFactory jobRunShellFactory, Scheduler scheduler, SchedulingContext schdCtxt) { super(jobRunShellFactory, scheduler, schdCtxt); }