Package org.jboss.modules.ref
-
Interface Summary Interface Description Reapable<T,A> A reference which is reapable (can be automatically collected).Reaper<T,A> A cleaner for a dead object.Reference<T,A> An enhanced reference type with a type-safe attachment. -
Class Summary Class Description PhantomReference<T,A> A reapable phantom reference with an attachment.References A set of utility methods for reference types.References.ReaperThread SoftReference<T,A> A reapable soft reference with an attachment.StrongReference<T,A> A strong reference with an attachment.WeakReference<T,A> A reapable weak reference with an attachment. -
Enum Summary Enum Description Reference.Type A reference type.