org.rococoa.cocoa.osservices
Class NSLClientAsyncInfo

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

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

the async information block for client<->manager interaction
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 class NSLClientAsyncInfo.ByReference
           
static class NSLClientAsyncInfo.ByValue
           
 
Field Summary
 int alertInterval
           
 int alertThreshold
           
 NativeLong bufferLen
           
 Pointer clientContextPtr
           
 int intStartTime
           
 NativeLong maxBufferSize
           
 int maxSearchTime
           
 Pointer mgrContextPtr
           
 ByteByReference resultBuffer
           
 int searchDataType
           
 NSLError searchResult
           
 short searchState
           
 int startTime
           
 int totalItems
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSLClientAsyncInfo()
           
 
Method Summary
 NSLClientAsyncInfo.ByReference byReference()
           
 NSLClientAsyncInfo.ByValue byValue()
           
 NSLClientAsyncInfo 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

clientContextPtr

public Pointer clientContextPtr

mgrContextPtr

public Pointer mgrContextPtr

resultBuffer

public ByteByReference resultBuffer

bufferLen

public NativeLong bufferLen

maxBufferSize

public NativeLong maxBufferSize

startTime

public int startTime

intStartTime

public int intStartTime

maxSearchTime

public int maxSearchTime

alertInterval

public int alertInterval

totalItems

public int totalItems

alertThreshold

public int alertThreshold

searchState

public short searchState

searchResult

public NSLError searchResult

searchDataType

public int searchDataType
Constructor Detail

NSLClientAsyncInfo

public NSLClientAsyncInfo()
Method Detail

byReference

public NSLClientAsyncInfo.ByReference byReference()

byValue

public NSLClientAsyncInfo.ByValue byValue()

clone

public NSLClientAsyncInfo clone()
Overrides:
clone in class Object