org.apache.batik.util

Class CleanerThread

public class CleanerThread extends Thread

One line Class Desc Complete Class Desc
Nested Class Summary
abstract static classCleanerThread.PhantomReferenceCleared
A PhantomReference subclass that automatically registers with the cleaner ReferenceQueue.
static interfaceCleanerThread.ReferenceCleared
If objects registered with the reference queue associated with this class implement this interface then the 'cleared' method will be called when the reference is queued.
abstract static classCleanerThread.SoftReferenceCleared
A SoftReference subclass that automatically registers with the cleaner ReferenceQueue.
abstract static classCleanerThread.WeakReferenceCleared
A WeakReference subclass that automatically registers with the cleaner ReferenceQueue.
Constructor Summary
protected CleanerThread()
Method Summary
static ReferenceQueuegetReferenceQueue()
voidrun()

Constructor Detail

CleanerThread

protected CleanerThread()

Method Detail

getReferenceQueue

public static ReferenceQueue getReferenceQueue()

run

public void run()
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.