com.sun.squawk
Class VM

java.lang.Object
  extended by com.sun.squawk.VM

public class VM
extends java.lang.Object

Author:
wolf

Constructor Summary
VM()
           
 
Method Summary
static void addShutdownHook(java.lang.Thread hook)
           
static Isolate getCurrentIsolate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VM

public VM()
Method Detail

getCurrentIsolate

public static Isolate getCurrentIsolate()

addShutdownHook

public static void addShutdownHook(java.lang.Thread hook)