JanosVM v1.0 API

Uses of Class
edu.utah.janosvm.kit.isolate.Isolate

Packages that use Isolate
edu.utah.janosvm.kit.isolate An implementation of the JSR-121 prototype Isolate API. 
 

Uses of Isolate in edu.utah.janosvm.kit.isolate
 

Fields in edu.utah.janosvm.kit.isolate declared as Isolate
private  Isolate Isolate.parent
          The Isolate parent.
private  Isolate IsolateEventHandler.isolate
          The Isolate object paired with this object.
 

Methods in edu.utah.janosvm.kit.isolate that return Isolate
static Isolate Isolate.getIsolate(java.lang.String uniqueId)
           
 Isolate Isolate.getParent()
           
 Isolate[] Isolate.getChildren()
           
static Isolate Isolate.getCurrentIsolate()
           
 

Methods in edu.utah.janosvm.kit.isolate with parameters of type Isolate
 boolean Isolate.equals(Isolate isolate)
           
 

Constructors in edu.utah.janosvm.kit.isolate with parameters of type Isolate
IsolateEventHandler(Isolate isolate)
          Construct a listener for the given Isolate object.
 


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