Uses of Class
com.kenai.jffi.Foreign
Packages that use Foreign
-
Uses of Foreign in com.kenai.jffi
Fields in com.kenai.jffi declared as ForeignModifier and TypeFieldDescriptionprivate final Foreign
Aggregate.foreign
A handle to the foreign interface to keep it alive as long as this object is aliveprivate final Foreign
CallContext.foreign
A handle to the foreign interface to keep it alive as long as this object is aliveprivate final Foreign
ClosureMagazine.foreign
A handle to the foreign interface to keep it alive as long as this object is aliveprivate final Foreign
ClosurePool.Magazine.foreign
A handle to the foreign interface to keep it alive as long as this object is alive(package private) final Foreign
Foreign.ValidInstanceHolder.foreign
private final Foreign
HeapObjectParameterInvoker.foreign
private final Foreign
Invoker.foreign
private final Foreign
LastError.foreign
private final Foreign
Library.foreign
A handle to the foreign interface to keep it alive as long as this object is alive(package private) final Foreign
MemoryIO.foreign
A handle to the JNI accessorprivate final Foreign
NativeObjectParameterInvoker.foreign
private final Foreign
PageManager.foreign
Methods in com.kenai.jffi that return ForeignModifier and TypeMethodDescription(package private) abstract Foreign
Foreign.InstanceHolder.getForeign()
(package private) final Foreign
Foreign.InValidInstanceHolder.getForeign()
(package private) final Foreign
Foreign.ValidInstanceHolder.getForeign()
static Foreign
Foreign.getInstance()
Methods in com.kenai.jffi with parameters of type ForeignModifier and TypeMethodDescriptionprivate static long
Internal wrapper around dlopen.private static int
Constructors in com.kenai.jffi with parameters of type ForeignModifierConstructorDescription(package private)
(package private)
ClosureMagazine
(Foreign foreign, CallContext callContext, long magazineAddress) (package private)
HeapObjectParameterInvoker
(Foreign foreign) (package private)
Invoker
(Foreign foreign, ObjectParameterInvoker objectParameterInvoker) private
(package private)
NativeObjectParameterInvoker
(Foreign foreign) private
Creates a new C struct layout description.ValidInstanceHolder
(Foreign foreign)