Process | JDK 1.0 |
java.lang |
Synopsis | ^ ? |
public abstract class | Process { |
// Public Constructors |
![]() |
); |
// Property Accessor Methods (by property name) |
![]() |
); |
![]() |
); |
![]() |
); |
// Public Instance Methods |
![]() |
); |
![]() |
); |
![]() |
) throws InterruptedException; |
} |
Hierarchy | ^ ? |
![]() | Object | ![]() |
![]() | ||
![]() | Process | ![]() |
JavaBeans Properties | ^ ? |
Name | Type | Access | Default | Flags |
errorStream | InputStream | get | read-only | |
inputStream | InputStream | get | read-only | |
outputStream | OutputStream | get | read-only |
Inherited Properties | ^ ? |
Object: | class |
Inherited Methods | ^ ? |
Object: | clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), toString(), wait(), wait(), wait() |
Returned By | ^ ? |
Uses | ^ ? |
Used By | ^ ? |