Save This Page
Home » openjdk-7 » java » lang » [javadoc | source]
java.lang
class: Shutdown [javadoc | source]
java.lang.Object
   java.lang.Shutdown
Package-private utility class containing data structures and logic governing the virtual-machine shutdown sequence.
Method from java.lang.Shutdown Summary:
add,   exit,   halt,   halt0,   remove,   setRunFinalizersOnExit,   shutdown
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.lang.Shutdown Detail:
 static  void add(Runnable hook) 
 static  void exit(int status) 
 static  void halt(int status) 
 static native  void halt0(int status)
 static boolean remove(Runnable hook) 
 static  void setRunFinalizersOnExit(boolean run) 
 static  void shutdown()