JanosVM v0.6.0 Java API Documentation: Uses of Class edu.utah.janosvm.sys.TeamHandle
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.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.resources
 

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.
 

Methods in edu.utah.janosvm.sys that return TeamHandle
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