|
JanosVM v1.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Fields in edu.utah.janosvm.resources declared as ResourceSpec | |
private ResourceSpec |
ResourceSpecException.unsatisfiedSpec
The ResourceSpec that couldn't be satisfied. |
Methods in edu.utah.janosvm.resources that return ResourceSpec | |
private static ResourceSpec |
ResourceSpec.nativeFind(java.lang.String name)
Find and construct a ResourceSpec with the given name. |
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 | |
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(ResourceSpec[] specs)
Create a new team. |
private int |
TeamBackEnd.nativeConstructor(java.lang.String name,
ResourceSpec[] specs,
kaffe.util.Ptr nativeSpecs)
Constructs the native part of the class. |
Constructors in edu.utah.janosvm.sys with parameters of type ResourceSpec | |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |