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

ru.taskurotta.service.recovery.RecoveryService Maven / Gradle / Ivy

package ru.taskurotta.service.recovery;

import java.util.Collection;
import java.util.UUID;

/**
 * User: stukushin
 * Date: 21.10.13
 * Time: 18:24
 */
public interface RecoveryService {
    /**
     * @return result of restart process
     */
    boolean resurrectProcess(UUID processId);

    /**
     * @return UUID's collection of successfully restarted processes
     */
    Collection resurrectProcesses(Collection processIds);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy