Class ExternalProcessReaper.UnixPIDGroup
- java.lang.Object
-
- com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.PIDGroup
-
- com.levigo.jadice.server.core.util.housekeeping.ExternalProcessReaper.UnixPIDGroup
-
- Enclosing class:
- ExternalProcessReaper
protected static class ExternalProcessReaper.UnixPIDGroup extends ExternalProcessReaper.PIDGroup
-
-
Constructor Summary
Constructors Constructor Description UnixPIDGroup(Collection<Integer> pids)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doKill(int pid)
protected boolean
isProcessRunning(int pid)
-
-
-
Constructor Detail
-
UnixPIDGroup
public UnixPIDGroup(Collection<Integer> pids)
-
-
Method Detail
-
doKill
protected void doKill(int pid) throws Exception
- Specified by:
doKill
in classExternalProcessReaper.PIDGroup
- Throws:
Exception
-
isProcessRunning
protected boolean isProcessRunning(int pid) throws Exception
- Specified by:
isProcessRunning
in classExternalProcessReaper.PIDGroup
- Throws:
Exception
-
-