Uses of Class
com.kenai.jaffl.LibraryOption

Packages that use LibraryOption
com.kenai.jaffl   
com.kenai.jaffl.provider   
com.kenai.jaffl.provider.jffi   
 

Uses of LibraryOption in com.kenai.jaffl
 

Methods in com.kenai.jaffl that return LibraryOption
static LibraryOption LibraryOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LibraryOption[] LibraryOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in com.kenai.jaffl with type arguments of type LibraryOption
abstract
<T> T
FFIProvider.loadLibrary(Class<T> interfaceClass, Map<LibraryOption,?> libraryOptions, String... libraryNames)
          Loads a native library and links the methods defined in interfaceClass to native methods in the library.
static
<T> T
Library.loadLibrary(Class<T> interfaceClass, Map<LibraryOption,?> libraryOptions, String... libraryNames)
          Loads a native library and links the methods defined in interfaceClass to native methods in the library.
abstract
<T> T
FFIProvider.loadLibrary(String libraryName, Class<T> interfaceClass, Map<LibraryOption,?> libraryOptions)
          Loads a native library and links the methods defined in interfaceClass to native methods in the library.
static
<T> T
Library.loadLibrary(String libraryName, Class<T> interfaceClass, Map<LibraryOption,?> libraryOptions)
          Loads a native library and links the methods defined in interfaceClass to native methods in the library.
 

Uses of LibraryOption in com.kenai.jaffl.provider
 

Method parameters in com.kenai.jaffl.provider with type arguments of type LibraryOption
abstract  Invoker Library.getInvoker(Method method, Map<LibraryOption,?> options)
           
static
<T> T
NativeInvocationHandler.wrapInterface(Library library, Class<T> interfaceClass, Map<LibraryOption,?> optionsMap)
          Creates a new InvocationHandler mapping methods in the interfaceClass to functions in the native library.
 

Constructor parameters in com.kenai.jaffl.provider with type arguments of type LibraryOption
NativeInvocationHandler(Library library, Class<?> interfaceClass, Map<LibraryOption,?> optionsMap)
          Creates a new InvocationHandler instance.
 

Uses of LibraryOption in com.kenai.jaffl.provider.jffi
 

Method parameters in com.kenai.jaffl.provider.jffi with type arguments of type LibraryOption
 Invoker InvokerFactory.createInvoker(Method method, Library library, Map<LibraryOption,?> options)
           
 Invoker Library.getInvoker(Method method, Map<LibraryOption,?> options)
           
<T> T
Provider.loadLibrary(Class<T> interfaceClass, Map<LibraryOption,?> libraryOptions, String... libraryNames)
           
<T> T
Provider.loadLibrary(String libraryName, Class<T> interfaceClass, Map<LibraryOption,?> libraryOptions)
           
 



Copyright © 2011. All Rights Reserved.