Uses of Interface
org.jboss.modules.ref.Reaper
Packages that use Reaper
Package
Description
The primary JBoss Modules API.
Classes which implement reference types which can be cleaned up automatically by a background thread.
-
Uses of Reaper in org.jboss.modules
Fields in org.jboss.modules declared as ReaperModifier and TypeFieldDescriptionprivate static final Reaper<ModuleLoader,
ObjectName> ModuleLoader.reaper
-
Uses of Reaper in org.jboss.modules.ref
Fields in org.jboss.modules.ref declared as ReaperModifier and TypeFieldDescriptionPhantomReference.reaper
SoftReference.reaper
WeakReference.reaper
Methods in org.jboss.modules.ref that return ReaperModifier and TypeMethodDescriptionPhantomReference.getReaper()
Reapable.getReaper()
Get the associated reaper.SoftReference.getReaper()
WeakReference.getReaper()
Methods in org.jboss.modules.ref with parameters of type ReaperModifier and TypeMethodDescriptionstatic <T,
A> Reference<T, A> References.create
(Reference.Type type, T value, A attachment, Reaper<T, A> reaper) Create a reference of a given type with the provided value and attachment.Constructors in org.jboss.modules.ref with parameters of type Reaper