Uses of Interface
com.opensymphony.xwork2.inject.util.FinalizableReference

Packages that use FinalizableReference
com.opensymphony.xwork2.inject.util Guice util classes. 
 

Uses of FinalizableReference in com.opensymphony.xwork2.inject.util
 

Classes in com.opensymphony.xwork2.inject.util that implement FinalizableReference
 class FinalizablePhantomReference<T>
          Phantom reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
 class FinalizableSoftReference<T>
          Soft reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
 class FinalizableWeakReference<T>
          Weak reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
(package private)  class ReferenceMap.SoftKeyReference
           
(package private)  class ReferenceMap.SoftValueReference
           
(package private)  class ReferenceMap.WeakKeyReference
           
(package private)  class ReferenceMap.WeakValueReference
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.