JanosVM v1.0 API

Uses of Class
edu.utah.janosvm.resources.ResourceSpecException

Packages that use ResourceSpecException
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 ResourceSpecException in edu.utah.janosvm.resources
 

Subclasses of ResourceSpecException in edu.utah.janosvm.resources
 class DuplicateResourceSpecException
          Exception indicating that there was a duplicate resource spec in the array of ResourceSpec's passed to Team.create().
 

Methods in edu.utah.janosvm.resources that throw ResourceSpecException
static void CPUResource.change(CPUSpec cs)
           
static void FileSystemResource.change(FileSystemSpec fss)
          Change the file system resource for this team.
static void IOResource.change(int account, IOSpec is)
           
 

Uses of ResourceSpecException in edu.utah.janosvm.sys
 

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


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