2010 FRC Java API


Uses of Class
com.sun.squawk.Isolate

Packages that use Isolate
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
 

Uses of Isolate in com.sun.squawk
 

Methods in com.sun.squawk that return Isolate
static Isolate Isolate.currentIsolate()
          Gets the current isolate context.
static Isolate VM.getCurrentIsolate()
          Gets the isolate of the currently executing thread.
static Isolate[] Isolate.getIsolates()
          Returns an array of Isolate objects.
static Isolate Isolate.load(DataInputStream dis, String uri)
          Loads a serialized isolate from an input stream into RAM.
 

Methods in com.sun.squawk with parameters of type Isolate
static void VM.addShutdownHook(Isolate iso, Runnable hook)
          Registers a new virtual-machine shutdown hook.
 void Isolate.LifecycleListener.handleLifecycleListenerEvent(Isolate iso, int eventKind)
          This method will be called when the lifecycle event occurs on the isolate that this listener was registered for using addLifecycleListener.
static boolean VM.removeShutdownHook(Isolate iso, Runnable hook)
          De-registers a previously-registered virtual-machine shutdown hook.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.