Package | Description |
---|---|
org.jboss.modules.ref |
Classes which implement reference types which can be cleaned up automatically by a background thread.
|
Modifier and Type | Class and Description |
---|---|
class |
PhantomReference<T,A>
A reapable phantom reference with an attachment.
|
class |
SoftReference<T,A>
A reapable soft reference with an attachment.
|
class |
WeakReference<T,A>
A reapable weak reference with an attachment.
|
Modifier and Type | Method and Description |
---|---|
private static <T,A> void |
References.ReaperThread.reap(Reapable<T,A> reapable) |