org.kuali.hr.time.scheduler
Class TimeBlockSerializerJobBean

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by org.kuali.hr.time.scheduler.TimeBlockSerializerJobBean
All Implemented Interfaces:
org.quartz.Job

public class TimeBlockSerializerJobBean
extends org.springframework.scheduling.quartz.QuartzJobBean


Constructor Summary
TimeBlockSerializerJobBean()
           
 
Method Summary
protected  void executeInternal(org.quartz.JobExecutionContext arg0)
           
 TimeBlockSerializerService getTimeBlockSerializerService()
           
 void setTimeBlockSerializerService(TimeBlockSerializerService timeBlockSerializerService)
           
 
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeBlockSerializerJobBean

public TimeBlockSerializerJobBean()
Method Detail

getTimeBlockSerializerService

public TimeBlockSerializerService getTimeBlockSerializerService()

setTimeBlockSerializerService

public void setTimeBlockSerializerService(TimeBlockSerializerService timeBlockSerializerService)

executeInternal

protected void executeInternal(org.quartz.JobExecutionContext arg0)
                        throws org.quartz.JobExecutionException
Specified by:
executeInternal in class org.springframework.scheduling.quartz.QuartzJobBean
Throws:
org.quartz.JobExecutionException


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.