Package org.jboss.modules.ref


package org.jboss.modules.ref
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.
  • Class
    Description
    A reapable phantom reference with an attachment.
    Reaper<T,A>
    A cleaner for a dead object.
    An enhanced reference type with a type-safe attachment.
    A reference type.
    A set of utility methods for reference types.
    A reapable soft reference with an attachment.
    A strong reference with an attachment.
    A reapable weak reference with an attachment.