public class Worker
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<String> |
id |
net.java.html.lib.Objs.Property<ChildProcess> |
process |
net.java.html.lib.Objs.Property<Boolean> |
suicide |
| Modifier | Constructor and Description |
|---|---|
protected |
Worker(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static Worker |
$as(Object obj) |
void |
destroy() |
void |
destroy(String signal) |
void |
disconnect() |
String |
id() |
void |
kill() |
void |
kill(String signal) |
ChildProcess |
process() |
void |
send(Object message) |
void |
send(Object message,
Object sendHandle) |
Boolean |
suicide() |
$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<String> id
public net.java.html.lib.Objs.Property<ChildProcess> process
public net.java.html.lib.Objs.Property<Boolean> suicide
protected Worker(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public String id()
public ChildProcess process()
public Boolean suicide()
public void send(Object message)
public void kill(String signal)
public void kill()
public void destroy(String signal)
public void destroy()
public void disconnect()
Copyright © 2016. All rights reserved.