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 TypeClassDescriptionclassPhantomReference<T,A> A reapable phantom reference with an attachment.classSoftReference<T,A> A reapable soft reference with an attachment.classWeakReference<T,A> A reapable weak reference with an attachment.Methods in org.jboss.modules.ref with parameters of type Reapable