Uses of Class
org.wildfly.common.ref.PhantomReference
-
Packages that use PhantomReference Package Description org.wildfly.common.ref Classes which implement reference types which can be cleaned up automatically by a background thread. -
-
Uses of PhantomReference in org.wildfly.common.ref
Subclasses of PhantomReference in org.wildfly.common.ref Modifier and Type Class Description class
CleanerReference<T,A>
A special version ofPhantomReference
that is strongly retained until it is reaped by the collection thread.
-