|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Isolate | |
---|---|
com.sun.spot.sensorboard | Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. |
com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
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 V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |