public static class JavaStreamWrap.StreamWrapImpl extends AbstractIdObject<JavaStreamWrap.StreamWrapImpl>
| Modifier and Type | Field and Description |
|---|---|
protected int |
byteCount |
static java.lang.String |
CLASS_NAME |
protected static int |
MAX_METHOD |
protected static int |
MAX_PROPERTY |
protected boolean |
pinnable |
protected PinState |
pinState |
protected ScriptRunner |
runtime |
Id_constructor| Modifier | Constructor and Description |
|---|---|
|
StreamWrapImpl() |
protected |
StreamWrapImpl(Handle handle,
ScriptRunner runtime,
boolean pinnable) |
protected |
StreamWrapImpl(Handle handle,
ScriptRunner runtime,
IdPropertyMap p) |
protected |
StreamWrapImpl(IdPropertyMap p) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close(java.lang.Object[] args) |
protected JavaStreamWrap.StreamWrapImpl |
defaultConstructor() |
protected JavaStreamWrap.StreamWrapImpl |
defaultConstructor(org.mozilla.javascript.Context cx,
java.lang.Object[] args) |
protected static void |
defineIds(IdPropertyMap p) |
Handle |
getHandle() |
protected java.lang.Object |
getInstanceIdValue(int id) |
protected void |
onRead(int err,
java.nio.ByteBuffer buf,
java.lang.Object handle) |
protected java.lang.Object |
prototypeCall(int id,
org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
java.lang.Object[] args) |
void |
setHandle(Handle handle) |
protected void |
setInstanceIdValue(int id,
java.lang.Object val) |
anonymousCall, execIdCall, exportAsClass, findInstanceIdInfo, findPrototypeId, getClassName, getInstanceIdName, getMaxInstanceId, initPrototypeIdactivatePrototypeMap, addIdFunctionProperty, defaultGet, defaultHas, defaultPut, defineOwnProperty, delete, delete, exportAsJSClass, fillConstructorProperties, findInstanceIdInfo, findPrototypeId, get, get, getAttributes, getOwnPropertyDescriptor, has, has, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeMethod, initPrototypeMethod, initPrototypeMethod, initPrototypeValue, initPrototypeValue, instanceIdInfo, put, put, setAttributes, setInstanceIdAttributesapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, sizepublic static final java.lang.String CLASS_NAME
protected static final int MAX_METHOD
protected static final int MAX_PROPERTY
protected int byteCount
protected ScriptRunner runtime
protected boolean pinnable
protected final PinState pinState
public StreamWrapImpl()
protected StreamWrapImpl(IdPropertyMap p)
protected StreamWrapImpl(Handle handle, ScriptRunner runtime, boolean pinnable)
protected StreamWrapImpl(Handle handle, ScriptRunner runtime, IdPropertyMap p)
protected static void defineIds(IdPropertyMap p)
public Handle getHandle()
public void setHandle(Handle handle)
protected java.lang.Object getInstanceIdValue(int id)
getInstanceIdValue in class org.mozilla.javascript.IdScriptableObjectprotected void setInstanceIdValue(int id,
java.lang.Object val)
setInstanceIdValue in class org.mozilla.javascript.IdScriptableObjectprotected JavaStreamWrap.StreamWrapImpl defaultConstructor(org.mozilla.javascript.Context cx, java.lang.Object[] args)
defaultConstructor in class AbstractIdObject<JavaStreamWrap.StreamWrapImpl>protected JavaStreamWrap.StreamWrapImpl defaultConstructor()
defaultConstructor in class AbstractIdObject<JavaStreamWrap.StreamWrapImpl>protected java.lang.Object prototypeCall(int id,
org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
java.lang.Object[] args)
prototypeCall in class AbstractIdObject<JavaStreamWrap.StreamWrapImpl>protected void close(java.lang.Object[] args)
protected void onRead(int err,
java.nio.ByteBuffer buf,
java.lang.Object handle)
Copyright © 2018 Apigee Corporation. All Rights Reserved.