SunSPOT API V6.0


Package com.sun.squawk

Provides classes for low level interactions with the Squawk VM.

See:
          Description

Interface Summary
Isolate.LifecycleListener Monitor isolate lifecycle events such as shutdown, hibernate, and unhibernate.
 

Class Summary
Address The Address class is used to abstract machine addresses.
CallbackManager Class that manages callbacks for occasional events, which might be notified by isolate's other than the one that regsistered the callback objects.
CrossIsolateThread CrossIsolateThread is a package-private thread class that is allowed to be created in one isolate, but execute in the context of another isolate.
DoBlock  
GarbageCollector Base class for all garbage collectors.
GC Pure static class that handles object creation and GC control and monitoring.
Isolate The Isolate class represents a "process-like" unit of computation that is isolated from other instances of Isolate.
Lisp2GenerationalCollector A collector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins.
Offset The offset type is used by the runtime system and collector to denote the directed distance between two machine addresses.
ResourceFile Stores a resource file (name and contents) in the suite file.
Test  
Unsafe A collection of methods for performing peek and poke operations on memory addresses.
UWord The word type is used by the runtime system and collector to denote machine word-sized quantities.
VM This is a Squawk VM specific class that is used to communicate between executing Java software and the low level core VM that is expressed in machine code.
VM.Stats Virtual machine statistics.
 

Package com.sun.squawk Description

Provides classes for low level interactions with the Squawk VM.


SunSPOT API V6.0


Copyright © 2006-2010 Oracle. All Rights Reserved.