GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.gluegen.runtime.FunctionAddressResolver Interface Reference
Collaboration diagram for com.jogamp.gluegen.runtime.FunctionAddressResolver:

Public Member Functions

long resolve (String name, DynamicLookupHelper lookup) throws SecurityException
 Resolves the name of the function bound to the method and returns the address. More...
 

Detailed Description

Author
Michael Bien, et.al.

Definition at line 40 of file FunctionAddressResolver.java.

Member Function Documentation

◆ resolve()

long com.jogamp.gluegen.runtime.FunctionAddressResolver.resolve ( String  name,
DynamicLookupHelper  lookup 
) throws SecurityException

Resolves the name of the function bound to the method and returns the address.

Implementation shall ensure SecurityUtil#checkLinkPermission(String) is performed.

Exceptions
SecurityExceptionif user is not granted access for the library set.

The documentation for this interface was generated from the following file: