Uses of Class
org.wildfly.common.ref.PhantomReference
Packages that use PhantomReference
Package
Description
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.refModifier and TypeClassDescriptionclassCleanerReference<T,A> A special version ofPhantomReferencethat is strongly retained until it is reaped by the collection thread.