java.lang.Object
org.firebirdsql.gds.ng.jna.NativeResourceTracker
Class responsible for tracking loaded native resources for cleanup/disposal on exit.
- Since:
- 4.0
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Disposes native resources (currently: native libraries).
-
Method Details
-
shutdownNativeResources
public static void shutdownNativeResources()Disposes native resources (currently: native libraries).Calling this method with active native/embedded connections may break those connections and lead to errors.
-