SunSPOT API V5.0


Uses of Class
com.sun.squawk.Isolate

Packages that use Isolate
com.sun.spot.peripheral.ota Support for managing remote Sun SPOTs using ant scripts. 
com.sun.spot.sensorboard Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. 
com.sun.squawk   
 

Uses of Isolate in com.sun.spot.peripheral.ota
 

Methods in com.sun.spot.peripheral.ota that return Isolate
static Isolate IsolateManager.getIsolate(String isoId)
          Looks up the isolate corresponding to the specified globally unique isolate Id.
 

Methods in com.sun.spot.peripheral.ota with parameters of type Isolate
static String IsolateManager.createUniversallyUniqueID(Isolate iso)
           
static String IsolateManager.createUniversallyUniqueID(Isolate iso, String className)
           
static String IsolateManager.getIsolateStatus(Isolate iso)
           
 

Uses of Isolate in com.sun.spot.sensorboard
 

Methods in com.sun.spot.sensorboard with parameters of type Isolate
 void EDemoController.handleLifecycleListenerEvent(Isolate iso, int eventKind)
           
 

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
 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.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.