JanosVM v0.6.0 Java 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.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)  void MemoryBlockBackEnd.write(int cursor, byte[] buffer, int offset, int length)
           
(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.
 

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.
 

Uses of DeadTeamException in edu.utah.janosvm.sys
 

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

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


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