Package org.jboss.modules.ref
Interface Reaper<T,A>
-
- Type Parameters:
T
- the reference typeA
- the reference attachment type
public interface Reaper<T,A>
A cleaner for a dead object.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reap(Reference<T,A> reference)
Perform the cleanup action for a reference.
-