JanosVM v0.6.0 Java 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. 
 

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

Constructors in edu.utah.janosvm.kit.isolate with parameters of type Team
Isolate.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
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
(package private)  Team TeamBackEnd.getPeer()
          Gets the Team peer associated with this TeamBackEnd.
static Team Team.current()
           
 

Methods in edu.utah.janosvm.sys with parameters of type Team
 void TeamListBackEnd.event(Team team, int event)
          Trigger an event notification for the given team.
 


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