public interface ProcessHandler
| Modifier and Type | Method and Description |
|---|---|
void |
killProcess(List<ProcessInfo> processes) |
List<ProcessInfo> |
potentialProcessToBeKilled() |
List<ProcessInfo> potentialProcessToBeKilled() throws ProcessHandlerException
ProcessInfo that represents the bunch of processes that need to be forcibly killed
before a given node can be recycled.ProcessHandlerExceptionvoid killProcess(List<ProcessInfo> processes) throws ProcessHandlerException
processes - A List of ProcessInfo that are to be forcibly killed.ProcessHandlerExceptionCopyright © 2016 PayPal Open Source. All rights reserved.