Package com.kenai.jffi
Class CallContextCache.CallContextRef
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.SoftReference<CallContext>
-
- com.kenai.jffi.CallContextCache.CallContextRef
-
- Enclosing class:
- CallContextCache
private static final class CallContextCache.CallContextRef extends java.lang.ref.SoftReference<CallContext>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CallContextCache.Signature
signature
-
Constructor Summary
Constructors Constructor Description CallContextRef(CallContextCache.Signature signature, CallContext ctx, java.lang.ref.ReferenceQueue<CallContext> queue)
-
-
-
Field Detail
-
signature
final CallContextCache.Signature signature
-
-
Constructor Detail
-
CallContextRef
public CallContextRef(CallContextCache.Signature signature, CallContext ctx, java.lang.ref.ReferenceQueue<CallContext> queue)
-
-