Package com.oracle.nfi
Class NativeFunctionInterfaceRuntime
- java.lang.Object
-
- com.oracle.nfi.NativeFunctionInterfaceRuntime
-
public final class NativeFunctionInterfaceRuntime extends java.lang.Object
Class for obtaining theNativeFunctionInterface
(if any) provided by the VM.
-
-
Constructor Summary
Constructors Constructor Description NativeFunctionInterfaceRuntime()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NativeFunctionInterface
getNativeFunctionInterface()
Gets theNativeFunctionInterface
(if any) provided by the VM.
-
-
-
Method Detail
-
getNativeFunctionInterface
public static NativeFunctionInterface getNativeFunctionInterface()
Gets theNativeFunctionInterface
(if any) provided by the VM.- Returns:
- null if the VM does not provide a
NativeFunctionInterface
-
-