public class Process extends 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 String |
MODULE_NAME |
| Constructor and Description |
|---|
Process() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModuleName() |
org.mozilla.javascript.Scriptable |
registerExports(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
NodeRuntime runner) |
public static final String MODULE_NAME
protected static final org.slf4j.Logger log
public String getModuleName()
getModuleName in interface NodeModulepublic org.mozilla.javascript.Scriptable registerExports(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
NodeRuntime runner)
throws InvocationTargetException,
IllegalAccessException,
InstantiationException
registerExports in interface NodeModuleInvocationTargetExceptionIllegalAccessExceptionInstantiationExceptionCopyright © 2015 Apigee Corporation. All Rights Reserved.