Class FencedProcessReaper
java.lang.Object
org.apache.uima.collection.impl.cpm.container.deployer.FencedProcessReaper
Sends kill -9 to a process
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
killProcess
(String aPid) When running on linux this method kill a process identified by a given PID.
-
Constructor Details
-
FencedProcessReaper
public FencedProcessReaper()
-
-
Method Details
-
killProcess
When running on linux this method kill a process identified by a given PID.- Parameters:
aPid
- - process id to kill
-