|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reaper | |
---|---|
org.jboss.modules.ref | Classes which implement reference types which can be cleaned up automatically by a background thread. |
Uses of Reaper in org.jboss.modules.ref |
---|
Methods in org.jboss.modules.ref that return Reaper | |
---|---|
Reaper<T,A> |
SoftReference.getReaper()
|
Reaper<T,A> |
WeakReference.getReaper()
|
Reaper<T,A> |
PhantomReference.getReaper()
|
Methods in org.jboss.modules.ref with parameters of type Reaper | ||
---|---|---|
static
|
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 | |
---|---|
PhantomReference(T referent,
A attachment,
Reaper<T,A> reaper)
|
|
SoftReference(T referent,
A attachment,
Reaper<T,A> reaper)
|
|
WeakReference(T referent,
A attachment,
Reaper<T,A> reaper)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |