Package com.jogamp.gluegen.runtime
Interface FunctionAddressResolver
public interface FunctionAddressResolver
- Author:
- Michael Bien, et.al.
-
Method Summary
Modifier and TypeMethodDescriptionlongresolve(String name, DynamicLookupHelper lookup) Resolves the name of the function bound to the method and returns the address.
-
Method Details
-
resolve
Resolves the name of the function bound to the method and returns the address.Implementation shall ensure
SecurityUtil.checkLinkPermission(String)is performed.- Throws:
SecurityException- if user is not granted access for the library set.
-