Package com.jogamp.gluegen.runtime
Interface FunctionAddressResolver
-
public interface FunctionAddressResolver- Author:
- Michael Bien, et.al.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longresolve(String name, DynamicLookupHelper lookup)Resolves the name of the function bound to the method and returns the address.
-
-
-
Method Detail
-
resolve
long 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.- Throws:
SecurityException- if user is not granted access for the library set.
-
-