intarsys nativeC library

de.intarsys.nativec.api
Interface INativeFunction


public interface INativeFunction

The representation of a native function.


Method Summary
<T> T
invoke(Class<T> returnType, Object... objects)
          Invoke the native function.
 

Method Detail

invoke

<T> T invoke(Class<T> returnType,
             Object... objects)
Invoke the native function.

Parameters:
returnType - The expected return type.
objects - The arguments to the function
Returns:
The result of executing the function

intarsys nativeC library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.