Google

JanosVM v0.6.0 Java API Documentation: Uses of Class edu.utah.janosvm.kit.comm.jsi.JSIMessage
JanosVM v0.6.0 Java API

Uses of Class
edu.utah.janosvm.kit.comm.jsi.JSIMessage

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

This documentation is Copyright (C) 2000-2002 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002