Class FencedProcessReaper


  • public class FencedProcessReaper
    extends java.lang.Object
    Sends kill -9 to a process
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void killProcess​(java.lang.String aPid)
      When running on linux this method kill a process identified by a given PID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FencedProcessReaper

        public FencedProcessReaper()
    • Method Detail

      • killProcess

        public void killProcess​(java.lang.String aPid)
        When running on linux this method kill a process identified by a given PID.
        Parameters:
        aPid - - process id to kill