|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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.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 InitializingBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |