| Package | Description |
|---|---|
| jnr.ffi.provider.jffi | |
| jnr.ffi.util.ref |
| Class and Description |
|---|
| FinalizablePhantomReference
Phantom reference with a
finalizeReferent() method which a background thread invokes
after the garbage collector reclaims the referent. |
| FinalizableReference
Implemented by references that have code to run after garbage collection of their referents.
|
| FinalizableReferenceQueue
A reference queue with an associated background thread that dequeues references and invokes
FinalizableReference.finalizeReferent() on them. |
| FinalizableWeakReference
Weak reference with a
finalizeReferent() method which a background thread invokes after
the garbage collector reclaims the referent. |
| Class and Description |
|---|
| FinalizableReference
Implemented by references that have code to run after garbage collection of their referents.
|
| FinalizableReferenceQueue
A reference queue with an associated background thread that dequeues references and invokes
FinalizableReference.finalizeReferent() on them. |
| FinalizableReferenceQueue.FinalizerLoader
Loads Finalizer.class.
|