org.rococoa.cocoa.carboncore
Class MPSemaphoreInfo

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<MPSemaphoreInfo,MPSemaphoreInfo.ByValue,MPSemaphoreInfo.ByReference>
          extended by org.rococoa.cocoa.carboncore.MPSemaphoreInfo
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<MPSemaphoreInfo,MPSemaphoreInfo.ByValue,MPSemaphoreInfo.ByReference>>
Direct Known Subclasses:
MPSemaphoreInfo.ByReference, MPSemaphoreInfo.ByValue

public class MPSemaphoreInfo
extends Structure<MPSemaphoreInfo,MPSemaphoreInfo.ByValue,MPSemaphoreInfo.ByReference>

native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/MultiprocessingInfo.h:328
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 MPSemaphoreInfo.ByReference
           
static class MPSemaphoreInfo.ByValue
           
 
Field Summary
 NativeLong count
           
 NativeLong maximum
           
 NativeLong nWaiting
           
 CarbonCoreLibrary.OpaqueMPProcessID processID
          Owning process ID
C type : MPProcessID
 int semaphoreName
          Semaphore name
C type : OSType
 int version
          Version of the data structure requested
C type : PBVersion
 CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID
          First waiting task.
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
MPSemaphoreInfo()
           
MPSemaphoreInfo(int version, CarbonCoreLibrary.OpaqueMPProcessID processID, int semaphoreName, NativeLong nWaiting, CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID, NativeLong maximum, NativeLong count)
           
 
Method Summary
static MPSemaphoreInfo[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

version

public int version
Version of the data structure requested
C type : PBVersion


processID

public CarbonCoreLibrary.OpaqueMPProcessID processID
Owning process ID
C type : MPProcessID


semaphoreName

public int semaphoreName
Semaphore name
C type : OSType


nWaiting

public NativeLong nWaiting

waitingTaskID

public CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID
First waiting task.
C type : MPTaskID


maximum

public NativeLong maximum

count

public NativeLong count
Constructor Detail

MPSemaphoreInfo

public MPSemaphoreInfo()

MPSemaphoreInfo

public MPSemaphoreInfo(int version,
                       CarbonCoreLibrary.OpaqueMPProcessID processID,
                       int semaphoreName,
                       NativeLong nWaiting,
                       CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID,
                       NativeLong maximum,
                       NativeLong count)
Parameters:
version - Version of the data structure requested
C type : PBVersion
processID - Owning process ID
C type : MPProcessID
semaphoreName - Semaphore name
C type : OSType
nWaiting - C type : ItemCount
waitingTaskID - First waiting task.
C type : MPTaskID
maximum - C type : ItemCount
count - C type : ItemCount
Method Detail

newArray

public static MPSemaphoreInfo[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.