Skip navigation links
A C D F G J L M N O P R S T U V 

A

add(long, long) - Static method in class org.fusesource.hawtjni.runtime.PointerMath
 
ArgFlag - Enum in org.fusesource.hawtjni.runtime
 

C

Callback - Class in org.fusesource.hawtjni.runtime
Instances of this class represent entry points into Java which can be invoked from operating system level callback routines.
Callback(Object, String, int) - Constructor for class org.fusesource.hawtjni.runtime.Callback
Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke and an argument count.
Callback(Object, String, int, boolean) - Constructor for class org.fusesource.hawtjni.runtime.Callback
Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke, an argument count and a flag indicating whether or not the arguments will be passed in an array.
Callback(Object, String, int, boolean, long) - Constructor for class org.fusesource.hawtjni.runtime.Callback
Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke, an argument count, a flag indicating whether or not the arguments will be passed in an array and a value to return when an exception happens.
ClassFlag - Enum in org.fusesource.hawtjni.runtime
 
compareTo(NativeStats.NativeFunction) - Method in class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
 
copy() - Method in class org.fusesource.hawtjni.runtime.NativeStats
 
copy() - Method in class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
 

D

diff() - Method in class org.fusesource.hawtjni.runtime.NativeStats
 
dispose() - Method in class org.fusesource.hawtjni.runtime.Callback
Releases the native level resources associated with the callback, and removes all references between the callback and other objects.
dump(PrintStream) - Method in class org.fusesource.hawtjni.runtime.NativeStats
Dumps the stats to the print stream in a JSON format.

F

FieldFlag - Enum in org.fusesource.hawtjni.runtime
 
functionCount() - Method in interface org.fusesource.hawtjni.runtime.NativeStats.StatsInterface
 
functionCounter(int) - Method in interface org.fusesource.hawtjni.runtime.NativeStats.StatsInterface
 
functionName(int) - Method in interface org.fusesource.hawtjni.runtime.NativeStats.StatsInterface
 

G

getAddress() - Method in class org.fusesource.hawtjni.runtime.Callback
Returns the address of a block of machine code which will invoke the callback represented by the receiver.
getArchSpecifcResourcePath() - Method in class org.fusesource.hawtjni.runtime.Library
Deprecated.
getArchSpecificResourcePath() - Method in class org.fusesource.hawtjni.runtime.Library
 
getBitModel() - Static method in class org.fusesource.hawtjni.runtime.Library
 
getCounter() - Method in class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
 
getEnabled() - Static method in class org.fusesource.hawtjni.runtime.Callback
Returns whether or not callbacks which are triggered at the native level should cause the messages described by the matching Callback objects to be invoked.
getEntryCount() - Static method in class org.fusesource.hawtjni.runtime.Callback
Returns the number of times the system has been recursively entered through a callback.
getLibraryFileName() - Method in class org.fusesource.hawtjni.runtime.Library
 
getName() - Method in class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
 
getNativeClass() - Method in interface org.fusesource.hawtjni.runtime.NativeStats.StatsInterface
 
getNativeLibraryPath() - Method in class org.fusesource.hawtjni.runtime.Library
Get the path to the native library loaded.
getNativeLibrarySourceUrl() - Method in class org.fusesource.hawtjni.runtime.Library
Get the URL to the native library source that has been extracted (if it was extracted).
getOperatingSystem() - Static method in class org.fusesource.hawtjni.runtime.Library
 
getOperatingSystemSpecifcResourcePath() - Method in class org.fusesource.hawtjni.runtime.Library
Deprecated.
getOperatingSystemSpecificResourcePath() - Method in class org.fusesource.hawtjni.runtime.Library
 
getOrdinal() - Method in class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
 
getPlatform() - Static method in class org.fusesource.hawtjni.runtime.Callback
Returns the SWT platform name.
getPlatform() - Static method in class org.fusesource.hawtjni.runtime.Library
 
getPlatformSpecifcResourcePath() - Method in class org.fusesource.hawtjni.runtime.Library
Deprecated.
getPlatformSpecifcResourcePath(String) - Method in class org.fusesource.hawtjni.runtime.Library
Deprecated.
getPlatformSpecificResourcePath() - Method in class org.fusesource.hawtjni.runtime.Library
 
getPlatformSpecificResourcePath(String) - Method in class org.fusesource.hawtjni.runtime.Library
 
getResorucePath() - Method in class org.fusesource.hawtjni.runtime.Library
Deprecated.
getResourcePath() - Method in class org.fusesource.hawtjni.runtime.Library
 
getSpecificSearchDirs() - Method in class org.fusesource.hawtjni.runtime.Library
Search directories for library: ${platform}/${arch} to enable platform JNI library for different processor archs ${platform} to enable platform JNI library ${os} to enable OS JNI library no directory

J

JniArg - Annotation Type in org.fusesource.hawtjni.runtime
 
JniClass - Annotation Type in org.fusesource.hawtjni.runtime
 
JNIEnv - Class in org.fusesource.hawtjni.runtime
This is a marker class.
JniField - Annotation Type in org.fusesource.hawtjni.runtime
 
JniMethod - Annotation Type in org.fusesource.hawtjni.runtime
 

L

Library - Class in org.fusesource.hawtjni.runtime
Used to find and load a JNI library, eventually after having extracted it.
Library(String) - Constructor for class org.fusesource.hawtjni.runtime.Library
 
Library(String, Class<?>) - Constructor for class org.fusesource.hawtjni.runtime.Library
 
Library(String, String) - Constructor for class org.fusesource.hawtjni.runtime.Library
 
Library(String, String, ClassLoader) - Constructor for class org.fusesource.hawtjni.runtime.Library
 
load() - Method in class org.fusesource.hawtjni.runtime.Library
Load the native library.

M

MethodFlag - Enum in org.fusesource.hawtjni.runtime
 

N

NativeFunction(int, String, int) - Constructor for class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
 
NativeStats - Class in org.fusesource.hawtjni.runtime
Instructions on how to use the NativeStats tool with a standalone SWT example: Compile the native libraries defining the NATIVE_STATS flag.
NativeStats(NativeStats.StatsInterface...) - Constructor for class org.fusesource.hawtjni.runtime.NativeStats
 
NativeStats(Collection<NativeStats.StatsInterface>) - Constructor for class org.fusesource.hawtjni.runtime.NativeStats
 
NativeStats.NativeFunction - Class in org.fusesource.hawtjni.runtime
 
NativeStats.StatsInterface - Interface in org.fusesource.hawtjni.runtime
 

O

org.fusesource.hawtjni.runtime - package org.fusesource.hawtjni.runtime
 

P

PointerMath - Class in org.fusesource.hawtjni.runtime
 
PointerMath() - Constructor for class org.fusesource.hawtjni.runtime.PointerMath
 

R

reset() - Static method in class org.fusesource.hawtjni.runtime.Callback
Immediately wipes out all native level state associated with all callbacks.
reset() - Method in class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
 
reset() - Method in class org.fusesource.hawtjni.runtime.NativeStats
 

S

setCounter(int) - Method in class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
 
setEnabled(boolean) - Static method in class org.fusesource.hawtjni.runtime.Callback
Indicates whether or not callbacks which are triggered at the native level should cause the messages described by the matching Callback objects to be invoked.
snapshot() - Method in class org.fusesource.hawtjni.runtime.NativeStats
 
STRATEGY_PROPERTY - Static variable in class org.fusesource.hawtjni.runtime.Library
 
STRATEGY_SHA1 - Static variable in class org.fusesource.hawtjni.runtime.Library
 
STRATEGY_TEMP - Static variable in class org.fusesource.hawtjni.runtime.Library
 

T

T32 - Annotation Type in org.fusesource.hawtjni.runtime
 

U

update() - Method in class org.fusesource.hawtjni.runtime.NativeStats
 

V

valueOf(String) - Static method in enum org.fusesource.hawtjni.runtime.ArgFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fusesource.hawtjni.runtime.ClassFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fusesource.hawtjni.runtime.FieldFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fusesource.hawtjni.runtime.MethodFlag
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fusesource.hawtjni.runtime.ArgFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fusesource.hawtjni.runtime.ClassFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fusesource.hawtjni.runtime.FieldFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fusesource.hawtjni.runtime.MethodFlag
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G J L M N O P R S T U V 
Skip navigation links

Copyright © 2009–2019 FuseSource, Corp.. All rights reserved.