.. java:import:: org.motechproject.commons.date.util DateUtil .. java:import:: org.motechproject.mds.ex MdsSchedulerException .. java:import:: org.motechproject.mds.service MdsSchedulerService .. java:import:: org.osgi.framework BundleContext .. java:import:: org.osgi.framework ServiceReference .. java:import:: org.quartz JobDetail .. java:import:: org.quartz ScheduleBuilder .. java:import:: org.quartz Scheduler .. java:import:: org.quartz SchedulerException .. java:import:: org.quartz SimpleScheduleBuilder .. java:import:: org.quartz Trigger .. java:import:: org.slf4j Logger .. java:import:: org.slf4j LoggerFactory .. java:import:: org.springframework.beans.factory.annotation Autowired .. java:import:: org.springframework.stereotype Service .. java:import:: org.springframework.web.context WebApplicationContext .. java:import:: java.lang.reflect Method .. java:import:: java.util Date MdsSchedulerServiceImpl ======================= .. java:package:: org.motechproject.mds.service.impl :noindex: .. java:type:: @Service public class MdsSchedulerServiceImpl implements MdsSchedulerService Fields ------ DEFAULT_WAIT_TIME ^^^^^^^^^^^^^^^^^ .. java:field:: public static final int DEFAULT_WAIT_TIME :outertype: MdsSchedulerServiceImpl JOB_GROUP_NAME ^^^^^^^^^^^^^^ .. java:field:: public static final String JOB_GROUP_NAME :outertype: MdsSchedulerServiceImpl MAX_REPEAT_COUNT ^^^^^^^^^^^^^^^^ .. java:field:: public static final int MAX_REPEAT_COUNT :outertype: MdsSchedulerServiceImpl RETRIEVAL_RETRIES_COUNT ^^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final int RETRIEVAL_RETRIES_COUNT :outertype: MdsSchedulerServiceImpl SCHEDULER_SYMBOLIC_NAME ^^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String SCHEDULER_SYMBOLIC_NAME :outertype: MdsSchedulerServiceImpl Constructors ------------ MdsSchedulerServiceImpl ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: @Autowired public MdsSchedulerServiceImpl(BundleContext bundleContext) :outertype: MdsSchedulerServiceImpl Methods ------- scheduleRepeatingJob ^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void scheduleRepeatingJob(long interval) :outertype: MdsSchedulerServiceImpl unscheduleRepeatingJob ^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public void unscheduleRepeatingJob() :outertype: MdsSchedulerServiceImpl