org.jumpmind.symmetric.job
Class HeartbeatJob

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

public class HeartbeatJob
extends AbstractJob


Field Summary
 
Fields inherited from class org.jumpmind.symmetric.job.AbstractJob
parameterService
 
Constructor Summary
HeartbeatJob()
           
 
Method Summary
 void doJob()
           
 void setBootstrapService(IBootstrapService bootstrapService)
           
 
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

HeartbeatJob

public HeartbeatJob()
Method Detail

doJob

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

setBootstrapService

public void setBootstrapService(IBootstrapService bootstrapService)


Copyright © 2007-2008. All Rights Reserved.