Google

JanosVM v0.6.0 Java API Documentation: Uses of Class edu.utah.janosvm.resources.ResourceSpec
JanosVM v0.6.0 Java 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 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.
 

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.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(java.lang.String name, ResourceSpec[] specs)
           
static TeamHandle Team.create(ResourceSpec[] specs)
           
 


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