Google

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

Uses of Interface
edu.utah.janosvm.kit.comm.jsi.JSIHandler

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

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

Classes in edu.utah.janosvm.kit.comm.jsi that implement JSIHandler
 class JSIHandlerRoot
          A class that manages the set of root JSI handlers.
 

Methods in edu.utah.janosvm.kit.comm.jsi that return JSIHandler
 JSIHandler JSIHandler.resolveSpecifier(JSIMessage jm, JSIPair jp)
          Resolve the next specifier on the stack.
 JSIHandler JSIHandlerRoot.getHandler(java.lang.String name)
           
 JSIHandler JSIHandlerRoot.remHandler(java.lang.String name)
          Remove a handler with the given name.
 JSIHandler JSIHandlerRoot.resolveSpecifier(JSIMessage jm, JSIPair jp)
           
 

Methods in edu.utah.janosvm.kit.comm.jsi with parameters of type JSIHandler
static void JSIHandlerContext.addDefaultRootHandler(java.lang.String name, JSIHandler handler)
          Add a JSIHandler to the set of default roots.
 void JSIHandlerRoot.addHandler(java.lang.String name, JSIHandler jh)
          Add a handler with the given name.
 


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