JanosVM v1.0 API

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

Packages that use DeadTeamException
edu.utah.janosvm.kit.comm.amiga An inter-team communication facility modeled on the Amiga IPC system. 
edu.utah.janosvm.kit.server.memfs An extended example for the JanosVM that implements a memory file 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 DeadTeamException in edu.utah.janosvm.kit.comm.amiga
 

Methods in edu.utah.janosvm.kit.comm.amiga that throw DeadTeamException
 void FaxPortHandle.putFacsimile(Facsimile fax)
          Put a fax on the FaxPortBackEnd's queue.
protected  void Facsimile.reply()
          Send this fax back as a reply.
 

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

Uses of DeadTeamException in edu.utah.janosvm.kit.server.memfs
 

Methods in edu.utah.janosvm.kit.server.memfs that throw DeadTeamException
(package private)  int MemoryBlock.read(int cursor, byte[] buffer, int offset, int length)
           
(package private)  void MemoryBlock.write(int cursor, byte[] buffer, int offset, int length)
           
(package private)  boolean MemoryBlock.delete()
           
(package private)  void MemoryBlock.sync()
          Force a write to disk of the whole MemoryFileSystem.
(package private)  void MemoryBlockBackEnd.write(int cursor, byte[] buffer, int offset, int length)
           
 

Uses of DeadTeamException in edu.utah.janosvm.resources
 

Methods in edu.utah.janosvm.resources that throw DeadTeamException
static byte[] ClassPathResource.loadFile(java.lang.String name)
          Load the file with the given name from the class path.
static void ClassPathResource.addPath(java.lang.String path)
          Add a class path to the globally available set.
static void ClassPathResource.hidePath(java.lang.String path)
          Hide a path from the global class path.
static void ClassPathResource.removePath(java.lang.String path)
          Remove a path from the global class path.
static void NameSpaceResource.importClassGroup(NameSpaceGroup nsg)
          Import a ClassGroup into the current team.
 

Uses of DeadTeamException in edu.utah.janosvm.sys
 

Methods in edu.utah.janosvm.sys that throw DeadTeamException
 void Exportable.switchToOwner()
          Switch the current thread to the this objects owner team.
 TeamReservation Exportable.pushOwnerReservation()
          Push a TeamReservation for this objects owner team.
 void TeamHandle.importObject(Importable to, java.lang.Object id)
           
 TeamReservation TeamHandle.pushReservation()
          Create a new reservation that reserves the team this object points to.
 void TeamHandle.switchTo()
          Start a visit from the current team to the team this handle refers to.
 void PortAuthority.importObject(Importable to, TeamHandle from, java.lang.Object id)
          Import a publicly available object from another team.
private static TeamHandle Team.create(TeamHandle handle, java.lang.String name, ResourceSpec[] specs, kaffe.util.Ptr nativeSpecs)
           
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.
(package private)  TeamReservation TeamBackEnd.pushReservation(int wrapCount)
           
(package private)  TeamReservation TeamBackEnd.pushReservation()
           
 

Constructors in edu.utah.janosvm.sys that throw DeadTeamException
TeamBackEnd(java.lang.String name, ResourceSpec[] specs, kaffe.util.Ptr nativeSpecs)
          Create a user team with the given name and resources.
 


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