Package org.jboss.modules.ref

Classes which implement reference types which can be cleaned up automatically by a background thread.

See:
          Description

Interface Summary
Reaper<T,A> A cleaner for a dead object.
Reference<T,A> An enhanced reference type with a type-safe attachment.
 

Class Summary
PhantomReference<T,A> A reapable phantom reference with an attachment.
References A set of utility methods for reference types.
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
Reference.Type A reference type.
 

Package org.jboss.modules.ref Description

Classes which implement reference types which can be cleaned up automatically by a background thread. See Reference and its subtypes, and Reaper for more information.



Copyright © 2011. All Rights Reserved.