org.rococoa.cocoa.javavm
Class JNIInvokeInterface_

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.javavm.JNIInvokeInterface_
Direct Known Subclasses:
JNIInvokeInterface_.ByReference, JNIInvokeInterface_.ByValue

public class JNIInvokeInterface_
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface JNIInvokeInterface_.AttachCurrentThread_callback
           
static interface JNIInvokeInterface_.AttachCurrentThreadAsDaemon_callback
           
static class JNIInvokeInterface_.ByReference
           
static class JNIInvokeInterface_.ByValue
           
static interface JNIInvokeInterface_.DestroyJavaVM_callback
           
static interface JNIInvokeInterface_.DetachCurrentThread_callback
           
static interface JNIInvokeInterface_.GetEnv_callback
           
 
Field Summary
 JNIInvokeInterface_.AttachCurrentThread_callback AttachCurrentThread
           
 JNIInvokeInterface_.AttachCurrentThreadAsDaemon_callback AttachCurrentThreadAsDaemon
           
 JNIInvokeInterface_.DestroyJavaVM_callback DestroyJavaVM
           
 JNIInvokeInterface_.DetachCurrentThread_callback DetachCurrentThread
           
 JNIInvokeInterface_.GetEnv_callback GetEnv
           
 Pointer reserved0
           
 Pointer reserved1
           
 Pointer reserved2
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
JNIInvokeInterface_()
           
JNIInvokeInterface_(Pointer reserved0, Pointer reserved1, Pointer reserved2, JNIInvokeInterface_.DestroyJavaVM_callback DestroyJavaVM, JNIInvokeInterface_.AttachCurrentThread_callback AttachCurrentThread, JNIInvokeInterface_.DetachCurrentThread_callback DetachCurrentThread, JNIInvokeInterface_.GetEnv_callback GetEnv, JNIInvokeInterface_.AttachCurrentThreadAsDaemon_callback AttachCurrentThreadAsDaemon)
           
 
Method Summary
 JNIInvokeInterface_.ByReference byReference()
           
 JNIInvokeInterface_.ByValue byValue()
           
 JNIInvokeInterface_ clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

reserved0

public Pointer reserved0

reserved1

public Pointer reserved1

reserved2

public Pointer reserved2

DestroyJavaVM

public JNIInvokeInterface_.DestroyJavaVM_callback DestroyJavaVM

AttachCurrentThread

public JNIInvokeInterface_.AttachCurrentThread_callback AttachCurrentThread

DetachCurrentThread

public JNIInvokeInterface_.DetachCurrentThread_callback DetachCurrentThread

GetEnv

public JNIInvokeInterface_.GetEnv_callback GetEnv

AttachCurrentThreadAsDaemon

public JNIInvokeInterface_.AttachCurrentThreadAsDaemon_callback AttachCurrentThreadAsDaemon
Constructor Detail

JNIInvokeInterface_

public JNIInvokeInterface_()

JNIInvokeInterface_

public JNIInvokeInterface_(Pointer reserved0,
                           Pointer reserved1,
                           Pointer reserved2,
                           JNIInvokeInterface_.DestroyJavaVM_callback DestroyJavaVM,
                           JNIInvokeInterface_.AttachCurrentThread_callback AttachCurrentThread,
                           JNIInvokeInterface_.DetachCurrentThread_callback DetachCurrentThread,
                           JNIInvokeInterface_.GetEnv_callback GetEnv,
                           JNIInvokeInterface_.AttachCurrentThreadAsDaemon_callback AttachCurrentThreadAsDaemon)
Method Detail

byReference

public JNIInvokeInterface_.ByReference byReference()

byValue

public JNIInvokeInterface_.ByValue byValue()

clone

public JNIInvokeInterface_ clone()
Overrides:
clone in class Object