com.kenai.jaffl.provider.jffi
Class JNIInvokeInterface

java.lang.Object
  extended by com.kenai.jaffl.provider.jffi.JNIInvokeInterface

public class JNIInvokeInterface
extends java.lang.Object

Indexes of JavaVM methods


Field Summary
static int AttachCurrentThread
           
static int AttachCurrentThreadAsDaemon
           
static int DestroyJavaVM
           
static int DetachCurrentThread
           
static int GetEnv
           
 
Constructor Summary
JNIInvokeInterface()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DestroyJavaVM

public static final int DestroyJavaVM
See Also:
Constant Field Values

AttachCurrentThread

public static final int AttachCurrentThread
See Also:
Constant Field Values

DetachCurrentThread

public static final int DetachCurrentThread
See Also:
Constant Field Values

GetEnv

public static final int GetEnv
See Also:
Constant Field Values

AttachCurrentThreadAsDaemon

public static final int AttachCurrentThreadAsDaemon
See Also:
Constant Field Values
Constructor Detail

JNIInvokeInterface

public JNIInvokeInterface()