org.apache.batik.util
public class CleanerThread extends Thread
| Nested Class Summary | |
|---|---|
| abstract static class | CleanerThread.PhantomReferenceCleared
A PhantomReference subclass that automatically registers with
the cleaner ReferenceQueue. |
| static interface | CleanerThread.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 class | CleanerThread.SoftReferenceCleared
A SoftReference subclass that automatically registers with
the cleaner ReferenceQueue. |
| abstract static class | CleanerThread.WeakReferenceCleared
A WeakReference subclass that automatically registers with
the cleaner ReferenceQueue. |
| Constructor Summary | |
|---|---|
| protected | CleanerThread() |
| Method Summary | |
|---|---|
| static ReferenceQueue | getReferenceQueue() |
| void | run() |