JanosVM v1.0 API

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

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

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

Classes in edu.utah.janosvm.kit.comm.jsi that implement JSIChannel
 class NativePlexChannel
           
 class TCPChannel
          A straight forward TCP implementation of a JSIChannel.
 

Fields in edu.utah.janosvm.kit.comm.jsi declared as JSIChannel
private  JSIChannel JSIHandlerContext.jc
          The channel used to send interim messages.
private  JSIChannel JSIHandlerThread.jc
          The JSIChannel that should be used for all communication.
 

Methods in edu.utah.janosvm.kit.comm.jsi that return JSIChannel
 JSIChannel JSIHandlerContext.getChannel()
           
 JSIChannel JSIHandlerThread.getChannel()
           
 

Methods in edu.utah.janosvm.kit.comm.jsi with parameters of type JSIChannel
 void JSIConnectionHandler.handle(JSIProvider jp, JSIChannel jc)
          Handle a new connection to a provider.
 

Constructors in edu.utah.janosvm.kit.comm.jsi with parameters of type JSIChannel
JSIHandlerContext(JSIHandlerRoot rootHandlers, JSIChannel jc)
          Construct a context with the given values.
JSIHandlerContext(JSIChannel jc)
          Construct a context with the given values and the default set of root handlers.
JSIHandlerThread(JSIHandlerRoot jhr, JSIChannel jc)
          Construct a JSIHandlerThread that will process the messages received from the given JSIChannel.
JSIHandlerThread(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