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 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 java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static ReferenceQueue(package private) static CleanerThreadFields 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, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield