Interface NativeBridgeSupport
public interface NativeBridgeSupport
Services used by the
org.graalvm.jniutils module. To enable the
org.graalvm.jniutils module a NativeBridgeSupport instance must be registered in
the ImageSingletons.-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of a feature usingorg.graalvm.jniutilsmodule.static NativeBridgeSupportReturns aNativeBridgeSupportinstance registered in theImageSingletons.booleanisTracingEnabled(int level) Checks if logging at given level is enabled.voidLogs the message.
-
Method Details
-
getFeatureName
String getFeatureName()Returns the name of a feature usingorg.graalvm.jniutilsmodule. The feature name is used in the logging output. -
isTracingEnabled
boolean isTracingEnabled(int level) Checks if logging at given level is enabled. -
trace
Logs the message. -
getInstance
Returns aNativeBridgeSupportinstance registered in theImageSingletons.
-