JanosVM v1.0 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.management.team A collection of classes for managing teams in the JanosVM. 
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(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.management.team
 

Methods in edu.utah.janosvm.kit.management.team that return TeamHandle
 TeamHandle ResourceSampler.getTeam()
           
 

Methods in edu.utah.janosvm.kit.management.team with parameters of type TeamHandle
 void ResourceSampler.setTeam(TeamHandle th)
           
 

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(TeamHandle team, java.lang.String cg, java.lang.String vg)
          Construct a NameSpaceGroup object with the given parameters.
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 EventTeamHandle
          An extended handle for accessing a team and receiving events from it.
 class Team
          Peer object for a TeamBackEnd.
 

Methods in edu.utah.janosvm.sys that return TeamHandle
static TeamHandle Team.create(TeamHandle th, java.lang.String name, ResourceSpec[] specs)
          Create a new team.
static TeamHandle Team.create(java.lang.String name, ResourceSpec[] specs)
          Create a new team.
static TeamHandle Team.create(TeamHandle th, ResourceSpec[] specs)
          Create a new team.
static TeamHandle Team.create(java.lang.String name)
          Create a new team.
static TeamHandle Team.create(ResourceSpec[] specs)
          Create a new team.
static TeamHandle Team.create()
          Create a new team.
static TeamHandle Team.find(TeamHandle th, java.lang.String name)
          Get a handle on the Team with the given name.
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.
static TeamHandle Team.create(TeamHandle th, java.lang.String name, ResourceSpec[] specs)
          Create a new team.
static TeamHandle Team.create(TeamHandle th, ResourceSpec[] specs)
          Create a new team.
static TeamHandle Team.find(TeamHandle th, java.lang.String name)
          Get a handle on the Team with the given name.
 boolean Team.addDependency(TeamHandle th)
          Add a dependency to this team.
 

Constructors in edu.utah.janosvm.sys with parameters of type TeamHandle
TeamHandle(TeamHandle other)
          Copy constructor.
EventTeamHandle(int eventMask, TeamEventHandler teh, TeamHandle th)
          Construct an EventTeamHandle with the given mask and handler for the team associated with the given TeamHandle.
EventTeamHandle(TeamEventHandler teh, TeamHandle th)
          Construct an EventTeamHandle with the given handler and attach it to the given team.
 


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