Class JobSupervisor

    • Constructor Detail

      • JobSupervisor

        public JobSupervisor​(javax.inject.Provider<JobDAO> jobDaoProvider,
                             Long jobTimeoutTime)
        Parameters:
        jobDaoProvider - Used for accessing the jobdao.
        jobTimeoutTime - timeout in seconds.
    • Method Detail

      • shutdown

        public void shutdown()
        Description copied from interface: ComponentLifeCycle
        The inverse of the start() method. Contains functionality for deallocation of ressources, clearing data, closing connections, stopping threads, etc
        Specified by:
        shutdown in interface ComponentLifeCycle