org.apache.uima.collection.impl.cpm.container.deployer
Class FencedProcessReaper

java.lang.Object
  extended by org.apache.uima.collection.impl.cpm.container.deployer.FencedProcessReaper

public class FencedProcessReaper
extends java.lang.Object

Sends kill -9 to a process


Constructor Summary
FencedProcessReaper()
           
 
Method Summary
 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


Copyright © 2013. All Rights Reserved.