org.artofsolving.jodconverter.process
Interface ProcessManager
- All Known Implementing Classes:
- LinuxProcessManager, PureJavaProcessManager, SigarProcessManager
public interface ProcessManager
PID_UNKNOWN
static final long PID_UNKNOWN
- See Also:
- Constant Field Values
kill
void kill(Process process,
long pid)
throws IOException
- Throws:
IOException
findPid
long findPid(ProcessQuery query)
throws IOException
- Parameters:
query
-
- Returns:
- the pid or
PID_UNKNOWN
- Throws:
IOException
Copyright © 2003-2011. All Rights Reserved.