Java 类org.quartz.core.JobRunShellFactory 实例源码

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