org.jumpmind.symmetric.job
Class StatisticFlushJob

java.lang.Object
  extended by java.util.TimerTask
      extended by org.jumpmind.symmetric.job.AbstractJob
          extended by org.jumpmind.symmetric.job.StatisticFlushJob
All Implemented Interfaces:
java.lang.Runnable, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware

public class StatisticFlushJob
extends AbstractJob


Field Summary
 
Fields inherited from class org.jumpmind.symmetric.job.AbstractJob
parameterService
 
Constructor Summary
StatisticFlushJob()
           
 
Method Summary
 void doJob()
           
 void setStatisticManager(IStatisticManager statisticManager)
           
 
Methods inherited from class org.jumpmind.symmetric.job.AbstractJob
cancel, isNeedsRescheduled, printDatabaseStats, reschedule, run, setBeanFactory, setBeanName, setDataSource, setNeedsRescheduled, setParameterService, setRequiresRegistration, setRescheduleDelayParameter
 
Methods inherited from class java.util.TimerTask
scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticFlushJob

public StatisticFlushJob()
Method Detail

doJob

public void doJob()
           throws java.lang.Exception
Throws:
java.lang.Exception

setStatisticManager

public void setStatisticManager(IStatisticManager statisticManager)


Copyright © 2007-2008. All Rights Reserved.