JanosVM v1.0 API

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

Packages that use JSIHandlerRoot
edu.utah.janosvm.kit.comm.jsi A Java language binding for the JanosVM Scripting Interface. 
 

Uses of JSIHandlerRoot in edu.utah.janosvm.kit.comm.jsi
 

Fields in edu.utah.janosvm.kit.comm.jsi declared as JSIHandlerRoot
private static JSIHandlerRoot JSIHandlerContext.DEFAULT_ROOT_HANDLERS
          The default set of JSIHandlers.
private  JSIHandlerRoot JSIHandlerContext.rootHandlers
          The set of root handlers used to process messages.
private  JSIHandlerRoot JSIHandlerThread.jhr
          The JSIHandlerRoot that should be the root for dispatching messages.
 

Methods in edu.utah.janosvm.kit.comm.jsi that return JSIHandlerRoot
static JSIHandlerRoot JSIHandlerContext.getDefaultRootHandlers()
           
 JSIHandlerRoot JSIHandlerContext.getRootHandlers()
           
 JSIHandlerRoot JSIHandlerThread.getHandlerRoot()
           
 

Constructors in edu.utah.janosvm.kit.comm.jsi with parameters of type JSIHandlerRoot
JSIHandlerContext(JSIHandlerRoot rootHandlers, JSIChannel jc)
          Construct a context with the given values.
JSIHandlerThread(JSIHandlerRoot jhr, JSIChannel jc)
          Construct a JSIHandlerThread that will process the messages received from the given JSIChannel.
 


JanosVM v1.0 API

This documentation is Copyright (C) 2000-2003 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 Feb 13, 2003