Uses of Interface
org.jboss.modules.ref.Reapable
-
Packages that use Reapable Package Description org.jboss.modules.ref 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 Reapable Modifier and Type Class Description classPhantomReference<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 Modifier and Type Method Description private static <T,A>
voidReferences.ReaperThread. reap(Reapable<T,A> reapable)
-