org.rococoa.cocoa.javavm
Class JDK1_1InitArgs

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

public class JDK1_1InitArgs
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 JDK1_1InitArgs.abort_callback
           
static class JDK1_1InitArgs.ByReference
           
static class JDK1_1InitArgs.ByValue
           
static interface JDK1_1InitArgs.exit_callback
           
static interface JDK1_1InitArgs.vfprintf_callback
           
 
Field Summary
 JDK1_1InitArgs.abort_callback abort
           
 NativeLong checkSource
           
 ByteByReference classpath
           
 byte debugging
           
 NativeLong debugPort
           
 NativeLong disableAsyncGC
           
 NativeLong enableClassGC
           
 NativeLong enableVerboseGC
           
 JDK1_1InitArgs.exit_callback exit
           
 NativeLong javaStackSize
           
 NativeLong maxHeapSize
           
 NativeLong minHeapSize
           
 NativeLong nativeStackSize
           
 PointerByReference properties
           
 NativeLong verbose
           
 NativeLong verifyMode
           
 NativeLong version
           
 JDK1_1InitArgs.vfprintf_callback vfprintf
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
JDK1_1InitArgs()
           
 
Method Summary
 JDK1_1InitArgs.ByReference byReference()
           
 JDK1_1InitArgs.ByValue byValue()
           
 JDK1_1InitArgs 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

version

public NativeLong version

properties

public PointerByReference properties

checkSource

public NativeLong checkSource

nativeStackSize

public NativeLong nativeStackSize

javaStackSize

public NativeLong javaStackSize

minHeapSize

public NativeLong minHeapSize

maxHeapSize

public NativeLong maxHeapSize

verifyMode

public NativeLong verifyMode

classpath

public ByteByReference classpath

vfprintf

public JDK1_1InitArgs.vfprintf_callback vfprintf

exit

public JDK1_1InitArgs.exit_callback exit

abort

public JDK1_1InitArgs.abort_callback abort

enableClassGC

public NativeLong enableClassGC

enableVerboseGC

public NativeLong enableVerboseGC

disableAsyncGC

public NativeLong disableAsyncGC

verbose

public NativeLong verbose

debugging

public byte debugging

debugPort

public NativeLong debugPort
Constructor Detail

JDK1_1InitArgs

public JDK1_1InitArgs()
Method Detail

byReference

public JDK1_1InitArgs.ByReference byReference()

byValue

public JDK1_1InitArgs.ByValue byValue()

clone

public JDK1_1InitArgs clone()
Overrides:
clone in class Object