JanosVM v1.0 API

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

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

Subclasses of ResourceSpec in edu.utah.janosvm.resources
 class ClassPathSpec
          Specification for the class path resource.
 class ConfigSpec
           
 class CPUSpec
          Base resource specification for CPU resources.
 class DescriptorIOSpec
          Resource specification for file descriptors.
 class FileSystemSpec
          Specification for the file system resource.
 class IOSpec
          Base resource specification for IO resources.
 class LogSpec
          Resource specification for the log file.
 class MemorySpec
          Specification for memory resources.
 class NameSpaceSpec
          Resource specification for the root name space of a team.
 class NativeSpec
          Specification for the native library resource.
 class StdioSpec
          Resource specification for the standard I/O channels for a Team.
 class StrideCPUSpec
          Specification for a stride scheduled CPU.
 

Methods in edu.utah.janosvm.resources that return ResourceSpec
static ResourceSpec ResourceSpec.find(java.lang.String name)
          Find and create a resource specification with the given name.
 ResourceSpec ResourceSpecException.getUnsatisfiedSpec()
           
 

Constructors in edu.utah.janosvm.resources with parameters of type ResourceSpec
ResourceSpecException(ResourceSpec unsatisfiedSpec)
          Construct a ResourceSpecException with an unsatisfied ResourceSpec.
 

Uses of ResourceSpec in edu.utah.janosvm.sys
 

Methods in edu.utah.janosvm.sys with parameters of type ResourceSpec
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(ResourceSpec[] specs)
          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