|
JanosVM v0.5.1 Java API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
ClassPathResource | Provides access methods to the current team's class path. |
ClassPathSpec | Specification for the class path resource. |
GCPolicy | Base class for objects that implement a specific policy for the GC. |
MemoryResource | Provides java level access to the current team's memory resource. |
MemorySpec | Specification for memory resources. |
NameSpaceGroup | Helper class for NameSpaceSpec that specifies which class groups to import from a team. |
NameSpaceResource | Provides access methods to the current team's root name space. |
NameSpaceSpec | Resource specification for the root name space of a team. |
NativeSpec | Specification for the native library resource. |
ResourceSpec | Base class for resource specifications. |
StdioSpec | Resource specification for the standard I/O channels for a Team. |
Exception Summary | |
ClassGroupNotFoundException | |
InvalidClassGroupException | |
ResourceSpecException | Exception indicating that the system couldn't satisfy a resource specification. |
Resources managed by the JanosVM on a per-team basis. Managed resources are:
For each resource a specification and an implementation exist.
The specification is the object that a team uses to specify the
resource when creating a new team. For example, when creating a
new team the memory limit for the team is set by creating a
MemorySpec()
with the appropriate limit. Once
created, a team can access information about the actual memory
used through the MemoryResource
class.
Something about adding new resources.
|
JanosVM v0.5.1 Java API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |