Package | Description |
---|---|
org.fusesource.hawtjni.generator | |
org.fusesource.hawtjni.generator.model | |
org.fusesource.hawtjni.maven | |
org.fusesource.hawtjni.runtime |
Class and Description |
---|
ArgFlag |
Class and Description |
---|
ArgFlag |
ClassFlag |
FieldFlag |
JniArg |
JniClass |
JniField |
JniMethod |
MethodFlag |
Class and Description |
---|
Library
Used to find and load a JNI library, eventually after having extracted it.
|
Class and Description |
---|
ArgFlag |
Callback
Instances of this class represent entry points into Java which can be invoked
from operating system level callback routines.
|
ClassFlag |
FieldFlag |
MethodFlag |
NativeStats
Instructions on how to use the NativeStats tool with a standalone SWT
example:
Compile the native libraries defining the NATIVE_STATS flag.
Add the following code around the sections of
interest to dump the native calls done in that section.
|
NativeStats.NativeFunction |
NativeStats.StatsInterface |