JanosVM v1.0 API

Uses of Class
edu.utah.janosvm.sys.Team

Packages that use Team
edu.utah.janosvm.kit.isolate An implementation of the JSR-121 prototype Isolate API. 
edu.utah.janosvm.sys Provides the java interface to the JanosVM Team facilities. 
java.lang.isolate JanosVM Isolate API Prototype 
 

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

Constructors in edu.utah.janosvm.kit.isolate with parameters of type Team
Isolate(Team current, java.lang.String mainClassName, java.lang.String[] args, java.lang.String name)
          Construct the Isolate object that is local to a team.
 

Uses of Team in edu.utah.janosvm.sys
 

Fields in edu.utah.janosvm.sys declared as Team
(package private) static Team TeamBackEnd.kernelTeamPeer
           
private  Team TeamBackEnd.peer
          The object local to the team's heap that contains per-team state specific to that team.
 

Methods in edu.utah.janosvm.sys that return Team
static Team Team.current()
           
(package private)  Team TeamBackEnd.getPeer()
          Gets the Team peer associated with this TeamBackEnd.
 

Methods in edu.utah.janosvm.sys with parameters of type Team
private  java.lang.Object TeamLocal.get(Team team)
           
private  void TeamLocal.set(Team team, java.lang.Object value)
           
private  boolean TeamLocal.setOnce(Team team, java.lang.Object value)
           
 

Uses of Team in java.lang.isolate
 

Constructors in java.lang.isolate with parameters of type Team
IsolateBackEnd(Team team, java.lang.Long guid, java.lang.String mainClass, java.lang.String[] mainArgs, java.util.prefs.TransientPreferences ctx, IsolateMessage stdin, IsolateMessage stdout, IsolateMessage stderr)
           
 


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