JanosVM v1.0 API

Uses of Class
java.lang.isolate.IsolateStartupException

Packages that use IsolateStartupException
java.lang.isolate JanosVM Isolate API Prototype 
 

Uses of IsolateStartupException in java.lang.isolate
 

Methods in java.lang.isolate that throw IsolateStartupException
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.
 void Isolate.start(IsolateMessage[] messages)
           
 

Constructors in java.lang.isolate that throw IsolateStartupException
Isolate(java.lang.String mainClass, java.lang.String[] mainArgs)
           
Isolate(java.lang.String mainClass, java.lang.String[] mainArgs, java.util.prefs.TransientPreferences context, IsolateMessage stdin, IsolateMessage stdout, IsolateMessage stderr)
           
 


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