JanosVM v0.6.0 Java API

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

Packages that use TeamHandle
edu.utah.janosvm.kit.comm.amiga An inter-team communication facility modeled on the Amiga IPC system. 
edu.utah.janosvm.kit.isolate An implementation of the JSR-121 prototype Isolate API. 
edu.utah.janosvm.resources Resources managed by the JanosVM on a per-team basis. 
edu.utah.janosvm.sys Provides the java interface to the JanosVM Team facilities. 
 

Uses of TeamHandle in edu.utah.janosvm.kit.comm.amiga
 

Constructors in edu.utah.janosvm.kit.comm.amiga with parameters of type TeamHandle
FaxPortHandle.FaxPortHandle(TeamHandle team, java.lang.Object id)
          Construct a FaxPortHandle handle that refers to a specific export in a team.
 

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

Fields in edu.utah.janosvm.kit.isolate declared as TeamHandle
private  TeamHandle Isolate.th
          Reference to the team, local or remote.
private  TeamHandle IsolateManager.managerTeam
          Pointer to the team that actually holds the mapping data.
 

Methods in edu.utah.janosvm.kit.isolate that return TeamHandle
 TeamHandle IsolateManager.getTeamHandle()
           
 

Methods in edu.utah.janosvm.kit.isolate with parameters of type TeamHandle
static IsolateManager IsolateManager.initIsolateManager(TeamHandle manager)
          Initialize and install an IsolateManager in the current team.
 void IsolateManager.addMapping(java.lang.String uniqueID, TeamHandle th)
          Add a mapping to the table.
 

Constructors in edu.utah.janosvm.kit.isolate with parameters of type TeamHandle
Isolate.Isolate(TeamHandle current, java.lang.String name)
          Construct the Isolate object that refers to another team.
IsolateManager.IsolateManager(TeamHandle managerTeam)
           
 

Uses of TeamHandle in edu.utah.janosvm.resources
 

Fields in edu.utah.janosvm.resources declared as TeamHandle
private  TeamHandle NameSpaceGroup.team
          The team to import the classes from.
 

Methods in edu.utah.janosvm.resources that return TeamHandle
 TeamHandle NameSpaceGroup.getTeam()
           
 

Constructors in edu.utah.janosvm.resources with parameters of type TeamHandle
NameSpaceGroup.NameSpaceGroup(TeamHandle team, java.lang.String cg, java.lang.String vg)
          Construct a NameSpaceGroup object with the given parameters.
NameSpaceGroup.NameSpaceGroup(TeamHandle team, java.lang.String cg)
          Construct a NameSpaceGroup object with the given parameters and the "identity" view group.
 

Uses of TeamHandle in edu.utah.janosvm.sys
 

Subclasses of TeamHandle in edu.utah.janosvm.sys
 class Team
          Peer object for a TeamBackEnd.
 

Fields in edu.utah.janosvm.sys declared as TeamHandle
private  TeamHandle Team.kernel
          The cached kernel team handle.
 

Methods in edu.utah.janosvm.sys that return TeamHandle
private static TeamHandle Team.create(java.lang.String name, ResourceSpec[] specs, kaffe.util.Ptr nativeSpecs)
           
static TeamHandle Team.create(java.lang.String name, ResourceSpec[] specs)
           
static TeamHandle Team.create(java.lang.String name)
           
static TeamHandle Team.create(ResourceSpec[] specs)
           
static TeamHandle Team.create()
           
static TeamHandle Team.find(java.lang.String name)
          Get a handle on the Team with the given name.
 TeamHandle Team.getKernelTeam()
          Get a handle on the kernel team.
 

Methods in edu.utah.janosvm.sys with parameters of type TeamHandle
 void PortAuthority.importObject(Importable to, TeamHandle from, java.lang.Object id)
          Import a publicly available object from another team.
 boolean Team.addDependency(TeamHandle th)
          Add a dependency to this 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