|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Interface callers may use ProcAddressHelper's reset helper method to install function pointers into a ProcAddressTable.
More...
Public Member Functions | |
| void | claimAllLinkPermission () throws SecurityException |
| void | releaseAllLinkPermission () throws SecurityException |
| boolean | isOpen () |
| Returns true if library is loaded and open, otherwise false. More... | |
| long | dynamicLookupFunction (String funcName) throws SecurityException |
| Returns the function handle for function 'funcName'. More... | |
| boolean | isFunctionAvailable (String funcName) throws SecurityException |
| Queries whether function 'funcName' is available. More... | |
Static Public Attributes | |
| static final boolean | DEBUG = Debug.debug("NativeLibrary") |
| static final boolean | DEBUG_LOOKUP = Debug.debug("NativeLibrary.Lookup") |
Interface callers may use ProcAddressHelper's reset helper method to install function pointers into a ProcAddressTable.
This must typically be written with native code.
Definition at line 49 of file DynamicLookupHelper.java.
| void com.jogamp.common.os.DynamicLookupHelper.claimAllLinkPermission | ( | ) | throws SecurityException |
| SecurityException | if user is not granted access for the library set. |
Implemented in com.jogamp.common.os.DynamicLibraryBundle, and com.jogamp.common.os.NativeLibrary.
| long com.jogamp.common.os.DynamicLookupHelper.dynamicLookupFunction | ( | String | funcName | ) | throws SecurityException |
Returns the function handle for function 'funcName'.
| SecurityException | if user is not granted access for the library set. |
Implemented in com.jogamp.common.os.DynamicLibraryBundle, and com.jogamp.common.os.NativeLibrary.
| boolean com.jogamp.common.os.DynamicLookupHelper.isFunctionAvailable | ( | String | funcName | ) | throws SecurityException |
Queries whether function 'funcName' is available.
| SecurityException | if user is not granted access for the library set. |
Implemented in com.jogamp.common.os.DynamicLibraryBundle, and com.jogamp.common.os.NativeLibrary.
| boolean com.jogamp.common.os.DynamicLookupHelper.isOpen | ( | ) |
Returns true if library is loaded and open, otherwise false.
Implemented in com.jogamp.common.os.DynamicLibraryBundle, and com.jogamp.common.os.NativeLibrary.
| void com.jogamp.common.os.DynamicLookupHelper.releaseAllLinkPermission | ( | ) | throws SecurityException |
| SecurityException | if user is not granted access for the library set. |
Implemented in com.jogamp.common.os.DynamicLibraryBundle, and com.jogamp.common.os.NativeLibrary.
|
static |
Definition at line 50 of file DynamicLookupHelper.java.
|
static |
Definition at line 51 of file DynamicLookupHelper.java.