Package com.almis.awe.scheduler.factory
Class JobFactory
java.lang.Object
com.almis.awe.scheduler.factory.JobFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.quartz.JobDetail
getInstance
(JobType jobType, org.quartz.JobDataMap dataMap) Gets the correct job with the given job type
-
Method Details
-
getInstance
public static org.quartz.JobDetail getInstance(JobType jobType, org.quartz.JobDataMap dataMap) throws AWException Gets the correct job with the given job type- Returns:
- IExecutionJob
- Throws:
AWException
-