|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NProcess
Insert the type's description here. Creation date: (8/13/2001 2:42:30 PM)
Method Summary | |
---|---|
void |
addProcessEventListener(ProcessEventListener listener)
Insert the method's description here. |
void |
destroy()
Insert the method's description here. |
int |
exitValue()
Insert the method's description here. |
java.io.InputStream |
getErrorStream()
Insert the method's description here. |
java.io.InputStream |
getInputStream()
Insert the method's description here. |
java.io.OutputStream |
getOutputStream()
Insert the method's description here. |
int |
getPid()
Insert the method's description here. |
boolean |
isRunning()
Insert the method's description here. |
void |
removeProcessEventListener(ProcessEventListener listener)
Insert the method's description here. |
void |
signal(int signal)
Insert the method's description here. |
void |
waitFor()
Insert the method's description here. |
void |
waitFor(long time)
Insert the method's description here. |
Method Detail |
---|
void addProcessEventListener(ProcessEventListener listener)
listener
- com.Prominic.jdi.spawning.ProcessEventListenervoid destroy()
signal
- int
java.io.IOException
- The exception description.int exitValue() throws java.lang.IllegalThreadStateException, java.lang.InterruptedException, java.io.IOException, java.io.FileNotFoundException, java.lang.SecurityException, UnixRuntimeException
java.io.IOException
- The exception description.
java.lang.IllegalThreadStateException
java.lang.InterruptedException
java.io.FileNotFoundException
java.lang.SecurityException
UnixRuntimeException
java.io.InputStream getErrorStream() throws java.io.IOException
java.io.IOException
- The exception description.java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
- The exception description.java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
- The exception description.int getPid() throws java.lang.IllegalThreadStateException
java.lang.IllegalThreadStateException
- The exception description.boolean isRunning()
void removeProcessEventListener(ProcessEventListener listener)
listener
- com.Prominic.jdi.spawning.ProcessEventListenervoid signal(int signal) throws java.io.IOException
signal
- int
java.io.IOException
- The exception description.void waitFor() throws java.lang.InterruptedException
time
- int
java.lang.InterruptedException
- The exception description.void waitFor(long time) throws java.lang.InterruptedException
time
- int
java.lang.InterruptedException
- The exception description.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |