Package com.oracle.nfi
Class NativeFunctionInterfaceRuntime
java.lang.Object
com.oracle.nfi.NativeFunctionInterfaceRuntime
Class for obtaining the
NativeFunctionInterface
(if any) provided by the VM.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NativeFunctionInterface
Gets theNativeFunctionInterface
(if any) provided by the VM.
-
Constructor Details
-
NativeFunctionInterfaceRuntime
public NativeFunctionInterfaceRuntime()
-
-
Method Details
-
getNativeFunctionInterface
Gets theNativeFunctionInterface
(if any) provided by the VM.- Returns:
- null if the VM does not provide a
NativeFunctionInterface
-