Class FencedProcessReaper
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.container.deployer.FencedProcessReaper
-
public class FencedProcessReaper extends Object
Sends kill -9 to a process
-
-
Constructor Summary
Constructors Constructor Description FencedProcessReaper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
killProcess(String aPid)
When running on linux this method kill a process identified by a given PID.
-
-
-
Method Detail
-
killProcess
public void killProcess(String aPid)
When running on linux this method kill a process identified by a given PID.- Parameters:
aPid
- - process id to kill
-
-