com.poscoict.glueframework.scheduling
Class GlueJobFirer
java.lang.Object
com.poscoict.glueframework.scheduling.GlueJobFirer
public class GlueJobFirer
- extends Object
QuartzÀÇ Scheduler¸¦ ÅëÇؼ JobÀ» ½ÇÇà½ÃÄÑ ÁÖ´Â ±â´ÉÀ» ¼öÇàÇÑ´Ù.
Constructor Summary |
GlueJobFirer(org.quartz.Scheduler scheduler)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEMP_JOB_NAME
protected static final String TEMP_JOB_NAME
- See Also:
- Constant Field Values
TEMP_TRIGGER_NAME
protected static final String TEMP_TRIGGER_NAME
- See Also:
- Constant Field Values
GlueJobFirer
public GlueJobFirer(org.quartz.Scheduler scheduler)
fireJob
public void fireJob(String jobDetailBeanName)
fireJob
public void fireJob(String jobDetailBeanName,
String jobName)
fireJob
public void fireJob(String jobDetailBeanName,
String jobName,
String triggerName)
getJobDetail
protected org.springframework.scheduling.quartz.JobDetailBean getJobDetail(String name)
generateIndex
protected long generateIndex()
fireAlreadyScheduledJob
public void fireAlreadyScheduledJob(String jobName)
- ½ºÄÉÁÙµÈ JobÀ» ã¾Æ¼ Áï½Ã ½ÇÇàÇÏ´Â ¸Þ¼Òµå. ºñ±³) fireJob - »õ·Î¿î Job À̸§ÀÌ ÇÒ´çµÈ´Ù.
- Parameters:
jobName
-
fireAlreadyScheduledJob
public void fireAlreadyScheduledJob(GlueJobDefinition jobdef)
- ½ºÄÉÁÙµÈ JobÀ» ã¾Æ¼ Áï½Ã ½ÇÇàÇÏ´Â ¸Þ¼Òµå. ºñ±³) fireJob - »õ·Î¿î Job À̸§ÀÌ ÇÒ´çµÈ´Ù.
- Parameters:
jobdef
- Job Definition
Copyright © 2013–2014 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.