|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.poscoict.glueframework.scheduling.store.GlueScheduledJobInfoLogger
public class GlueScheduledJobInfoLogger
JobListener ±¸Çöü. ½ºÄÉÁÙ¸µµÈ JobÀÇ ¼öÇà°á°ú Á¤º¸¸¦ DB¿¡ ÀúÀåÇÑ´Ù.
Bean Property - dataSource : (Çʼö) oracle ¿¬°áÁ¤º¸. ¿¹Á¦»ç¿ë ¿¹# 1 ...
Nested Class Summary | |
---|---|
static class |
GlueScheduledJobInfoLogger.JobLoggingQuery
DBMS ¿¡ µû¸¥ SQL¹® |
Field Summary | |
---|---|
protected static String |
ROW_KEY
|
Constructor Summary | |
---|---|
GlueScheduledJobInfoLogger()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
String |
getName()
|
void |
jobExecutionVetoed(org.quartz.JobExecutionContext context)
job ¼öÇàÀÌ °ÅºÎµÉ ¶§ È£ÃâµÈ´Ù. |
void |
jobToBeExecuted(org.quartz.JobExecutionContext context)
JobÀÌ ½ÇÇàµÇ±â Á÷Àü¿¡ È£ÃâµÇ´Â ¸Þ¼Òµå. |
void |
jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException jobException)
Job ½ÇÇàÀÌ ¿Ï·áµÇ¸é È£ÃâµÇ´Â ¸Þ¼Òµå. |
void |
setDataSource(DataSource dataSource)
setter method for DI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String ROW_KEY
Constructor Detail |
---|
public GlueScheduledJobInfoLogger()
Method Detail |
---|
public void setDataSource(DataSource dataSource)
dataSource
- public String getName()
getName
in interface org.quartz.JobListener
public void jobToBeExecuted(org.quartz.JobExecutionContext context)
jobToBeExecuted
in interface org.quartz.JobListener
context
- public void jobExecutionVetoed(org.quartz.JobExecutionContext context)
jobExecutionVetoed
in interface org.quartz.JobListener
public void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException)
jobWasExecuted
in interface org.quartz.JobListener
jobException
- job exceptioncontext
- job contextpublic void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |