Sun SPOT API
Green Release  


com.sun.squawk
Class GarbageCollector

java.lang.Object
  extended by com.sun.squawk.GarbageCollector
All Implemented Interfaces:
com.sun.squawk.pragma.GlobalStaticFields
Direct Known Subclasses:
CheneyCollector, Lisp2Collector, Lisp2GenerationalCollector

public abstract class GarbageCollector
extends Object
implements com.sun.squawk.pragma.GlobalStaticFields

Base class for all garbage collectors.

Author:
Nik Shaylor, Doug Simon

Field Summary
protected  Finalizer finalizers
          Queue of pending finalizers.
protected  Ref references
          List of weak references.
 
Constructor Summary
GarbageCollector()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

references

protected Ref references
List of weak references.


finalizers

protected Finalizer finalizers
Queue of pending finalizers.

Constructor Detail

GarbageCollector

public GarbageCollector()

Sun SPOT API
Green Release  


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