Native methods of the Java API class java.lang.UNIXProcess.
Functions


void java_lang_UNIXProcess_exec(struct Hjava_lang_UNIXProcess* this, HArrayOfObject* args, HArrayOfObject* envs)
Execute a process.
Arguments
- struct Hjava_lang_UNIXProcess* this
Reference to the current process (this).
- HArrayOfObject* args
Reference to the argument array.
- HArrayOfObject* envs
Reference to the environment variable array (ignored in Plan9).

jint java_lang_UNIXProcess_fork(struct Hjava_lang_UNIXProcess* this)
Fork a process.
Arguments
- struct Hjava_lang_UNIXProcess* this
Reference to the current process (this).
Return value
- Id of the new forked process.

jint java_lang_UNIXProcess_forkAndExec(struct Hjava_lang_UNIXProcess* this, HArrayOfObject* args, HArrayOfObject* envs)
Fork a process.
Arguments
- struct Hjava_lang_UNIXProcess* this
Reference to the current process (this).
- HArrayOfObject* args
Reference to the argument array.
- HArrayOfObject* envs
Reference to the environment variable array (ignored in Plan9).
Return value
- Id of the new forked and executed process.

jint java_lang_UNIXProcess_waitForUNIXProcess(struct Hjava_lang_UNIXProcess* this)
Wait for a process.
Arguments
- struct Hjava_lang_UNIXProcess* this
Reference to the current process (this).
Return value
- Exit code of this process.

void java_lang_UNIXProcess_destroy(struct Hjava_lang_UNIXProcess* this)
Destroy a process.
Arguments
- struct Hjava_lang_UNIXProcess* this
Reference to the current process (this).

void java_lang_UNIXProcess_run(struct Hjava_lang_UNIXProcess* this)
Run a process. Unimplemented!
Arguments
- struct Hjava_lang_UNIXProcess* this
Reference to the current process (this).

void java_lang_UNIXProcess_notifyReaders(struct Hjava_lang_UNIXProcess* this)
Notify readers of a process. Unimplemented!
Arguments
- struct Hjava_lang_UNIXProcess* this
Reference to the current process (this).
File generated from "UNIXProcess.c" by autodoc. 19-03-1998 14:58