Package com.kenai.jffi
Class CallContextCache.CallContextRef
- Enclosing class:
CallContextCache
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCallContextRef
(CallContextCache.Signature signature, CallContext ctx, ReferenceQueue<CallContext> queue) -
Method Summary
Methods inherited from class java.lang.ref.SoftReference
get
Methods inherited from class java.lang.ref.Reference
clear, clone, enqueue, isEnqueued, reachabilityFence, refersTo
-
Field Details
-
signature
-
-
Constructor Details
-
CallContextRef
public CallContextRef(CallContextCache.Signature signature, CallContext ctx, ReferenceQueue<CallContext> queue)
-