Uses of Interface
org.jboss.modules.ref.Reapable
Packages that use Reapable
Package
Description
Classes which implement reference types which can be cleaned up automatically by a background thread.
-
Uses of Reapable in org.jboss.modules.ref
Classes in org.jboss.modules.ref that implement ReapableModifier and TypeClassDescriptionclass
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.Methods in org.jboss.modules.ref with parameters of type Reapable