| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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.JobListenerpublic void jobToBeExecuted(org.quartz.JobExecutionContext context)
jobToBeExecuted in interface org.quartz.JobListenercontext - 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.JobListenerjobException - job exceptioncontext - job context
public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||