public static class ProcessWrap.ProcessImpl extends AbstractIdObject<ProcessWrap.ProcessImpl> implements TriremeProcess
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
Id_constructorCONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONSTIPC_DISCONNECT| Constructor and Description |
|---|
ProcessWrap.ProcessImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
callOnExit(int exitCode) |
ProcessWrap.ProcessImpl |
defaultConstructor() |
ProcessWrap.ProcessImpl |
defaultConstructor(org.mozilla.javascript.Context cx,
Object[] args) |
protected Object |
getInstanceIdValue(int id) |
IpcHandle |
getIpcHandle() |
org.mozilla.javascript.Function |
getOnMessage() |
ScriptRunner |
getRuntime() |
void |
kill(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
int code,
int signal) |
protected Object |
prototypeCall(int id,
org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
Object[] args) |
protected void |
setInstanceIdValue(int id,
Object value) |
void |
setIpcHandle(IpcHandle handle) |
anonymousCall, execIdCall, exportAsClass, findInstanceIdInfo, findPrototypeId, getClassName, getInstanceIdName, getMaxInstanceId, initPrototypeIdactivatePrototypeMap, addIdFunctionProperty, defaultGet, defaultHas, defaultPut, defineOwnProperty, delete, exportAsJSClass, fillConstructorProperties, get, getAttributes, getOwnPropertyDescriptor, has, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeMethod, initPrototypeValue, instanceIdInfo, put, setAttributes, setInstanceIdAttributesapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, hasInstance, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, sizepublic static final String CLASS_NAME
public ScriptRunner getRuntime()
getRuntime in interface TriremeProcesspublic IpcHandle getIpcHandle()
getIpcHandle in interface TriremeProcesspublic void setIpcHandle(IpcHandle handle)
public org.mozilla.javascript.Function getOnMessage()
getOnMessage in interface TriremeProcesspublic ProcessWrap.ProcessImpl defaultConstructor(org.mozilla.javascript.Context cx, Object[] args)
defaultConstructor in class AbstractIdObject<ProcessWrap.ProcessImpl>public ProcessWrap.ProcessImpl defaultConstructor()
defaultConstructor in class AbstractIdObject<ProcessWrap.ProcessImpl>protected Object getInstanceIdValue(int id)
getInstanceIdValue in class org.mozilla.javascript.IdScriptableObjectprotected void setInstanceIdValue(int id,
Object value)
setInstanceIdValue in class org.mozilla.javascript.IdScriptableObjectprotected Object prototypeCall(int id, org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable scope, Object[] args)
prototypeCall in class AbstractIdObject<ProcessWrap.ProcessImpl>public void callOnExit(int exitCode)
public void kill(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
int code,
int signal)
kill in interface TriremeProcessCopyright © 2015 Apigee Corporation. All Rights Reserved.