public class Process extends java.lang.Object implements NodeModule
| Modifier and Type | Class and Description |
|---|---|
static class |
Process.DomainInfo
Here's another one of those objects for the "_domain" in domain.js
|
static class |
Process.ProcessImpl |
static class |
Process.TickInfo
This object is passed back to the "nextTick" code in trireme.js, and it allows efficient
indexed access of next tick state.
|
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
static java.lang.String |
MODULE_NAME |
| Constructor and Description |
|---|
Process() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModuleName() |
org.mozilla.javascript.Scriptable |
registerExports(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
NodeRuntime runner) |
public static final java.lang.String MODULE_NAME
protected static final org.slf4j.Logger log
public java.lang.String getModuleName()
getModuleName in interface NodeModulepublic org.mozilla.javascript.Scriptable registerExports(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
NodeRuntime runner)
throws java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
registerExports in interface NodeModulejava.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessExceptionjava.lang.InstantiationExceptionCopyright © 2018 Apigee Corporation. All Rights Reserved.