Package org.jboss.modules.ref
Interface Reapable<T,A>
-
- Type Parameters:
T
- the reference typeA
- the reference attachment type
- All Known Implementing Classes:
PhantomReference
,SoftReference
,WeakReference
interface Reapable<T,A>
A reference which is reapable (can be automatically collected).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reaper<T,A>
getReaper()
Get the associated reaper.
-