public class Process extends EventEmitter
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<String> |
arch |
net.java.html.lib.Objs.Property<String[]> |
argv |
net.java.html.lib.Objs.Property<net.java.html.lib.Objs> |
config |
net.java.html.lib.Objs.Property<Boolean> |
connected |
net.java.html.lib.Objs.Property<Domain> |
domain |
net.java.html.lib.Objs.Property<Object> |
env |
net.java.html.lib.Objs.Property<String[]> |
execArgv |
net.java.html.lib.Objs.Property<String> |
execPath |
net.java.html.lib.Objs.Property<Number> |
pid |
net.java.html.lib.Objs.Property<String> |
platform |
net.java.html.lib.Objs.Property<WritableStream> |
stderr |
net.java.html.lib.Objs.Property<ReadableStream> |
stdin |
net.java.html.lib.Objs.Property<WritableStream> |
stdout |
net.java.html.lib.Objs.Property<String> |
title |
net.java.html.lib.Objs.Property<String> |
version |
net.java.html.lib.Objs.Property<net.java.html.lib.Objs> |
versions |
defaultMaxListeners, EventEmitter| Modifier | Constructor and Description |
|---|---|
protected |
Process(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static Process |
$as(Object obj) |
void |
abort() |
String |
arch() |
String[] |
argv() |
void |
chdir(String directory) |
Boolean |
connected() |
String |
cwd() |
void |
disconnect() |
Domain |
domain() |
String[] |
execArgv() |
String |
execPath() |
void |
exit() |
void |
exit(double code) |
double |
getgid() |
double |
getuid() |
net.java.html.lib.Array<Number> |
hrtime() |
net.java.html.lib.Array<Number> |
hrtime(double[] time) |
void |
kill(double pid) |
void |
kill(double pid,
double signal) |
void |
kill(double pid,
String signal) |
MemoryUsage |
memoryUsage() |
void |
nextTick(net.java.html.lib.Function callback) |
Number |
pid() |
String |
platform() |
void |
send(Object message) |
void |
send(Object message,
Object sendHandle) |
void |
setgid(double id) |
void |
setgid(String id) |
void |
setuid(double id) |
void |
setuid(String id) |
WritableStream |
stderr() |
ReadableStream |
stdin() |
WritableStream |
stdout() |
String |
title() |
double |
umask() |
double |
umask(double mask) |
double |
uptime() |
String |
version() |
addListener, defaultMaxListeners, emit, EventEmitter, getMaxListeners, listenerCount, listenerCount, listeners, on, once, removeAllListeners, removeAllListeners, removeListener, setMaxListeners$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<WritableStream> stdout
public net.java.html.lib.Objs.Property<WritableStream> stderr
public net.java.html.lib.Objs.Property<ReadableStream> stdin
public net.java.html.lib.Objs.Property<String[]> argv
public net.java.html.lib.Objs.Property<String[]> execArgv
public net.java.html.lib.Objs.Property<String> execPath
public net.java.html.lib.Objs.Property<Object> env
public net.java.html.lib.Objs.Property<String> version
public net.java.html.lib.Objs.Property<net.java.html.lib.Objs> versions
public net.java.html.lib.Objs.Property<net.java.html.lib.Objs> config
public net.java.html.lib.Objs.Property<Number> pid
public net.java.html.lib.Objs.Property<String> title
public net.java.html.lib.Objs.Property<String> arch
public net.java.html.lib.Objs.Property<String> platform
public net.java.html.lib.Objs.Property<Domain> domain
public net.java.html.lib.Objs.Property<Boolean> connected
protected Process(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public WritableStream stdout()
public WritableStream stderr()
public ReadableStream stdin()
public String[] argv()
public String[] execArgv()
public String execPath()
public String version()
public Number pid()
public String title()
public String arch()
public String platform()
public Domain domain()
public Boolean connected()
public void abort()
public void chdir(String directory)
public String cwd()
public void disconnect()
public void exit(double code)
public void exit()
public double getgid()
public double getuid()
public net.java.html.lib.Array<Number> hrtime(double[] time)
public net.java.html.lib.Array<Number> hrtime()
public void kill(double pid,
String signal)
public void kill(double pid,
double signal)
public void kill(double pid)
public MemoryUsage memoryUsage()
public void nextTick(net.java.html.lib.Function callback)
public void send(Object message)
public void setgid(double id)
public void setgid(String id)
public void setuid(double id)
public void setuid(String id)
public double umask(double mask)
public double umask()
public double uptime()
Copyright © 2016. All rights reserved.