org.ikasan.spec.harvest.HarvestingSchedulerService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ikasan-spec-housekeeping Show documentation
Show all versions of ikasan-spec-housekeeping Show documentation
The specification housekeeping contracts for the Ikasan Enterprise Integration Platform
The newest version!
package org.ikasan.spec.harvest;
/**
* Created by Ikasan Development Team on 24/08/2016.
*/
public interface HarvestingSchedulerService
{
void registerJobs();
void removeJob(String jobName);
void addJob(String jobName);
void startScheduler();
void shutdownScheduler();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy