JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
JBoss Modules 1.5.2.Final
org.jboss.modules.ref
Reaper
Contents
Description
Method Summary
Method Details
reap(Reference)
Hide sidebar
Show sidebar
Interface Reaper<T,
A>
Type Parameters:
T
- the reference type
A
- 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.
Method Details
reap
void
reap
(
Reference
<
T
,
A
> reference)
Perform the cleanup action for a reference.
Parameters:
reference
- the reference