|
JanosVM v0.6.0 Java API Documentation: Uses of Class edu.utah.janosvm.kit.comm.jsi.JSIMessage
Uses of Class
|
Packages that use JSIMessage | |
edu.utah.janosvm.kit.comm.jsi | A Java language binding for the JanosVM Scripting Interface. |
Uses of JSIMessage in edu.utah.janosvm.kit.comm.jsi |
Methods in edu.utah.janosvm.kit.comm.jsi that return JSIMessage | |
JSIMessage |
JSIMessage.add(JSIPair jp)
Add an identifier/value pair to the message. |
JSIMessage |
JSIMessage.add(java.lang.String tag,
java.lang.String value)
Add an identifier/value pair to the message. |
JSIMessage |
JSIMessage.add(java.lang.String tag,
JSIPropertyInfo value)
Add an identifier/value pair to the message. |
JSIMessage |
JSIMessage.add(java.lang.String tag,
JSIPropertyInfo[] value)
Add an identifier/value pair to the message. |
static JSIMessage |
JSIMessage.instantiate(byte[] msg)
Instantiate a flattened message. |
Methods in edu.utah.janosvm.kit.comm.jsi with parameters of type JSIMessage | |
JSIHandler |
JSIHandler.resolveSpecifier(JSIMessage jm,
JSIPair jp)
Resolve the next specifier on the stack. |
void |
JSIHandler.handleMessage(JSIHandlerContext jhc,
JSIMessage jm)
Process the given message. |
void |
JSIHandler.getSuites(JSIMessage jm)
Add any suites for this handler to the given message. |
void |
JSIHandlerRoot.dispatchMessage(JSIHandlerContext jhc,
JSIMessage jm)
Route a message to the appropriate destination. |
JSIHandler |
JSIHandlerRoot.resolveSpecifier(JSIMessage jm,
JSIPair jp)
|
void |
JSIHandlerRoot.handleMessage(JSIHandlerContext jhc,
JSIMessage jm)
|
void |
JSIHandlerRoot.getSuites(JSIMessage jm)
|
|
JanosVM v0.6.0 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |