JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jboss.modules.ref
Interface Reapable<T,A>
Type Parameters:
T
- the reference type
A
- 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 and Description
Reaper
<
T
,
A
>
getReaper
()
Get the associated reaper.
Method Detail
getReaper
Reaper
<
T
,
A
> getReaper()
Get the associated reaper.
Returns:
the reaper
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method