com.jogamp.common.os
Interface DynamicLookupHelper

All Known Implementing Classes:
DynamicLibraryBundle, NativeLibrary

public interface DynamicLookupHelper

Interface callers may use ProcAddressHelper's reset helper method to install function pointers into a ProcAddressTable. This must typically be written with native code.


Field Summary
static boolean DEBUG
           
static boolean DEBUG_LOOKUP
           
 
Method Summary
 long dynamicLookupFunction(String funcName)
          Returns the function handle for function 'funcName'.
 boolean isFunctionAvailable(String funcName)
          Queries whether function 'funcName' is available.
 

Field Detail

DEBUG

static final boolean DEBUG

DEBUG_LOOKUP

static final boolean DEBUG_LOOKUP
Method Detail

dynamicLookupFunction

long dynamicLookupFunction(String funcName)
Returns the function handle for function 'funcName'.


isFunctionAvailable

boolean isFunctionAvailable(String funcName)
Queries whether function 'funcName' is available.