Class CleanerThread
java.lang.Object
java.lang.Thread
org.apache.batik.util.CleanerThread
- All Implemented Interfaces:
Runnable
One line Class Desc
Complete Class Desc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA PhantomReference subclass that automatically registers with the cleaner ReferenceQueue.static interfaceIf 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 classA SoftReference subclass that automatically registers with the cleaner ReferenceQueue.static classA WeakReference subclass that automatically registers with the cleaner ReferenceQueue.Nested classes/interfaces inherited from class Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Thread
activeCount, checkAccess, clone, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, threadId, toString, yield
-
Constructor Details
-
CleanerThread
protected CleanerThread()
-
-
Method Details
-
getReferenceQueue
-
run
-