All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class posix.Process

java.lang.Object
   |
   +----posix.Process

public class Process
extends Object

Constructor Index

 o Process()

Method Index

 o execvp(String, String[])
 o fork()

Constructors

 o Process
 public Process()

Methods

 o fork
 public static native int fork()
 o execvp
 public static native int execvp(String file,
                                 String argv[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index