All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tgtools.quartz.explorer.task.ConcurrentServiceJob Maven / Gradle / Ivy

The newest version!
package tgtools.quartz.explorer.task;

import org.quartz.*;
import tgtools.plugin.util.JARLoader;
import tgtools.service.BaseService;
import tgtools.tasks.Task;
import tgtools.tasks.TaskContext;
import tgtools.util.LogHelper;

/**
 * @author 田径
 * @Title
 * @Description
 * @date 12:38
 */
@DisallowConcurrentExecution
public class ConcurrentServiceJob extends ServiceJob {
 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy