Interface ProcessFilter

  • All Known Implementing Classes:
    ServerShutdownProcessTerminatorImpl

    public interface ProcessFilter
    Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 23.08.2007 Time: 13:30:57
    • Method Detail

      • accept

        boolean accept​(@NotNull
                       ProcessNode processNode)
        Allows to filter processes.
        Parameters:
        processNode - process information
        Returns:
        true if process is accepted or false otherwise