Package org.apache.batik.util
Class CleanerThread
java.lang.Object
java.lang.Thread
org.apache.batik.util.CleanerThread
- All Implemented Interfaces:
Runnable
One line Class Desc
Complete Class Desc
- Version:
- $Id: CleanerThread.java 1808023 2017-09-11 12:43:22Z ssteiner $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A PhantomReference subclass that automatically registers with the cleaner ReferenceQueue.static interface
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.static class
A SoftReference subclass that automatically registers with the cleaner ReferenceQueue.static class
A WeakReference subclass that automatically registers with the cleaner ReferenceQueue.Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static ReferenceQueue
(package private) static CleanerThread
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield