JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
JBoss Modules 2.3.0
org.jboss.modules
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
@Deprecated
public interface
Reaper<T,
A>
Deprecated.
Use
Cleaner
or one of the reference types from a support library such as
io.smallrye.common:smallrye-common-ref
instead.
A cleaner for a dead object.
Author:
David M. Lloyd
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
void
reap
(
Reference
<
T
,
A
> reference)
Deprecated.
Perform the cleanup action for a reference.
Method Details
reap
void
reap
(
Reference
<
T
,
A
> reference)
Deprecated.
Perform the cleanup action for a reference.
Parameters:
reference
- the reference
Cleaneror one of the reference types from a support library such asio.smallrye.common:smallrye-common-refinstead.