public class ScriptableIMC
extends org.mozilla.javascript.ScriptableObject
Constructor and Description |
---|
ScriptableIMC() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
java.lang.String |
getLocalSystemName() |
boolean |
jsFunction_bind(java.lang.Object arg1,
java.lang.Object arg2) |
int |
jsFunction_getEntityId(java.lang.String system_name,
java.lang.String entity_name) |
java.lang.String |
jsFunction_getEntityName(java.lang.String system_name,
int entity_id) |
boolean |
jsFunction_inspect(ScriptableMessage message) |
boolean |
jsFunction_send(ScriptableMessage message,
java.lang.String destination,
java.lang.Integer port) |
void |
jsFunction_startDiscovery(java.lang.String localname,
java.lang.String systype) |
boolean |
jsFunction_startListening(int port) |
boolean |
jsFunction_stop() |
void |
jsFunction_stopDiscovery() |
boolean |
jsFunction_stopListening() |
boolean |
jsFunction_unbind(java.lang.Object arg1,
java.lang.Object arg2) |
org.mozilla.javascript.Scriptable |
jsFunction_waitFor(java.lang.String messageName,
int timeoutSeconds) |
java.util.Collection<java.lang.String> |
jsGet_msgNames() |
java.lang.String |
jsGet_name() |
int |
jsGet_port() |
int |
jsgetId() |
void |
setLocalSystemName(java.lang.String localSystemName) |
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, size
public java.lang.String jsGet_name()
public int jsgetId()
public java.util.Collection<java.lang.String> jsGet_msgNames()
public boolean jsFunction_send(ScriptableMessage message, java.lang.String destination, java.lang.Integer port) throws javax.script.ScriptException
javax.script.ScriptException
public org.mozilla.javascript.Scriptable jsFunction_waitFor(java.lang.String messageName, int timeoutSeconds)
public boolean jsFunction_inspect(ScriptableMessage message)
public void jsFunction_stopDiscovery()
public void jsFunction_startDiscovery(java.lang.String localname, java.lang.String systype)
public int jsGet_port()
public boolean jsFunction_stopListening()
public boolean jsFunction_startListening(int port) throws javax.script.ScriptException
javax.script.ScriptException
public boolean jsFunction_stop() throws javax.script.ScriptException
javax.script.ScriptException
public boolean jsFunction_bind(java.lang.Object arg1, java.lang.Object arg2) throws javax.script.ScriptException
javax.script.ScriptException
public boolean jsFunction_unbind(java.lang.Object arg1, java.lang.Object arg2) throws javax.script.ScriptException
javax.script.ScriptException
public java.lang.String getClassName()
getClassName
in interface org.mozilla.javascript.Scriptable
getClassName
in class org.mozilla.javascript.ScriptableObject
public java.lang.String getLocalSystemName()
public void setLocalSystemName(java.lang.String localSystemName)
public java.lang.String jsFunction_getEntityName(java.lang.String system_name, int entity_id)
public int jsFunction_getEntityId(java.lang.String system_name, java.lang.String entity_name)