edu.nmu.os
Class NewRuntime

java.lang.Object
  |
  +--edu.nmu.system.OldRuntime
        |
        +--edu.nmu.system.NewRuntime

public class NewRuntime
extends OldRuntime

Created by IntelliJ IDEA. User: entropy Date: Jan 23, 2003 Time: 11:13:04 AM To change this template use Options | File Templates.


Method Summary
 void exit(int status)
           
static OldRuntime getRuntime()
           
 
Methods inherited from class edu.nmu.os.OldRuntime
addShutdownHook, availableProcessors, exec, exec, exec, exec, exec, exec, freeMemory, gc, getLocalizedInputStream, getLocalizedOutputStream, halt, load, loadLibrary, maxMemory, removeShutdownHook, runFinalization, runFinalizersOnExit, totalMemory, traceInstructions, traceMethodCalls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRuntime

public static OldRuntime getRuntime()

exit

public void exit(int status)
Overrides:
exit in class OldRuntime