Interface PosApi
- All Known Implementing Classes:
AbstractPosApi, FallbackPosApi, LinuxPosApi
public interface PosApi
-
Method Summary
Modifier and TypeMethodDescriptionfindJavaProcessList(String jdkHome, boolean mainArgs, boolean vmArgs, JpsResultFilter filter) booleanbooleanbooleankillProcess(String processId)
-
Method Details
-
isSupportedFindJavaProcessList
boolean isSupportedFindJavaProcessList() -
isSupportedKillProcess
boolean isSupportedKillProcess() -
findJavaProcessList
JpsResult[] findJavaProcessList(String jdkHome, boolean mainArgs, boolean vmArgs, JpsResultFilter filter) throws IOException - Throws:
IOException
-
killProcess
- Throws:
IOException
-