JanosVM v1.0 API

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

Packages that use StdioSpec
edu.utah.janosvm.resources Resources managed by the JanosVM on a per-team basis. 
java.lang.isolate JanosVM Isolate API Prototype 
 

Uses of StdioSpec in edu.utah.janosvm.resources
 

Methods in edu.utah.janosvm.resources that return StdioSpec
static StdioSpec StdioSpec.current()
           
static StdioSpec StdioSpec.currentFD()
           
static StdioSpec StdioSpec.defaultSpec()
           
 

Uses of StdioSpec in java.lang.isolate
 

Methods in java.lang.isolate that return StdioSpec
private static StdioSpec Isolate.makeStdioSpec(IsolateMessage stdin, IsolateMessage stdout, IsolateMessage stderr)
          XXX race condition between copying an FD out of the isolate message and then that fd being closed and something completely unrelated being re-opened on that FD before we get to the resource subscription.
 


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