Class SchedulerTool

    • Method Detail

      • init

        public void init​(Object data)
        Initialize the pull tool
        Specified by:
        init in interface ApplicationTool
        Parameters:
        data - initialization data
      • isEnabled

        public boolean isEnabled()
        Determines if the scheduler service is currently enabled.
        Returns:
        true if the scheduler is enabled
      • getJob

        public JobEntry getJob​(String jobId)
        Gets the job identified by the jobId.
        Parameters:
        jobId - Id of the job to retrieve.
        Returns:
        The job. Null if the jobId is not found.