Package jnr.ffi.util.ref
Class FinalizableReferenceQueue
java.lang.Object
jnr.ffi.util.ref.FinalizableReferenceQueue
A reference queue with an associated background thread that dequeues references and invokes
FinalizableReference.finalizeReferent()
on them.
Keep a strong reference to this object until all of the associated referents have been
finalized. If this object is garbage collected earlier, the backing thread will not invoke
finalizeReferent()
on the remaining references.
- Since:
- 2.0 (imported from Google Collections Library)
- Author:
- Bob Lee
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FinalizableReferenceQueue
public FinalizableReferenceQueue()Constructs a new queue.
-
-
Method Details
-
cleanUpAll
public static void cleanUpAll()
-