|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.kenai.jffi.NativeMethods
public final class NativeMethods
Utility class to register native methods on a class
| Method Summary | |
|---|---|
protected void |
finalize()
|
static void |
register(java.lang.Class clazz,
java.util.List<NativeMethod> methods)
Registers the native methods for a class. |
static void |
unregister(java.lang.Class clazz)
Removes all native method attachments for the specified class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final void register(java.lang.Class clazz,
java.util.List<NativeMethod> methods)
clazz - The java class to register the native methods for.methods - The list of methods to attach to the class.public static final void unregister(java.lang.Class clazz)
clazz - The class to unregister the native methods on.
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||