com.poscoict.glueframework.scheduling
Class GlueJobListener

java.lang.Object
  extended by com.poscoict.glueframework.scheduling.GlueJobListener
All Implemented Interfaces:
org.quartz.JobListener

public class GlueJobListener
extends Object
implements org.quartz.JobListener

¼±Çà Job Á¾·á½ÃÁ¡ ÀÌÈÄ Æ¯Á¤ ½Ã°¢ Áö³­ÈÄ JobÀ» ´Ù½Ã ½ÇÇàÇÏ´Â ±â´ÉÀÇ ¸®½º³Ê


Constructor Summary
GlueJobListener()
           
 
Method Summary
protected  void fireNextJobAfterIntervalTime(org.quartz.JobExecutionContext context)
           
 long getIntervalTime()
           
 String getName()
           
 void jobExecutionVetoed(org.quartz.JobExecutionContext context)
           
 void jobToBeExecuted(org.quartz.JobExecutionContext context)
           
 void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException)
           
 void setIntervalTime(long jobIntervalTime)
           
 void setListenerName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlueJobListener

public GlueJobListener()
Method Detail

getName

public String getName()
Specified by:
getName in interface org.quartz.JobListener

jobToBeExecuted

public void jobToBeExecuted(org.quartz.JobExecutionContext context)
Specified by:
jobToBeExecuted in interface org.quartz.JobListener

jobExecutionVetoed

public void jobExecutionVetoed(org.quartz.JobExecutionContext context)
Specified by:
jobExecutionVetoed in interface org.quartz.JobListener

jobWasExecuted

public void jobWasExecuted(org.quartz.JobExecutionContext context,
                           org.quartz.JobExecutionException jobException)
Specified by:
jobWasExecuted in interface org.quartz.JobListener

fireNextJobAfterIntervalTime

protected void fireNextJobAfterIntervalTime(org.quartz.JobExecutionContext context)

setIntervalTime

public void setIntervalTime(long jobIntervalTime)

getIntervalTime

public long getIntervalTime()

setListenerName

public void setListenerName(String name)


Copyright © 2013–2015 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.