All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ikasan.spec.harvest.HarvestingSchedulerService Maven / Gradle / Ivy

Go to download

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