|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Process
Interface representing a process
Method Summary | |
---|---|
void |
destroy()
Destroy the process. |
int |
getPid()
Retrieves the PID of the process |
boolean |
isRunning()
Check if this process is still running |
Method Detail |
---|
int getPid()
boolean isRunning() throws java.io.IOException
true
if the process is running
java.io.IOException
- if an error occursvoid destroy() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |