|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSConditionLock
public abstract class NSConditionLock
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 |
NSConditionLock._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSLocking |
---|
NSLocking._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSConditionLock()
|
Method Summary | |
---|---|
static NSConditionLock |
alloc()
|
abstract NSInteger |
condition()
Original signature : -(NSInteger)condition native declaration : NSLock.h:37 |
static NSConditionLock |
createWithCondition(NSInteger condition)
Factory method |
static NSConditionLock._class_ |
getNSClass()
|
abstract NSConditionLock |
initWithCondition(NSInteger condition)
Original signature : -(id)initWithCondition:(NSInteger) native declaration : NSLock.h:35 |
abstract boolean |
lockBeforeDate(NSDate limit)
Original signature : -(BOOL)lockBeforeDate:(NSDate*) native declaration : NSLock.h:42 |
abstract boolean |
lockWhenCondition_beforeDate(NSInteger condition,
NSDate limit)
Original signature : -(BOOL)lockWhenCondition:(NSInteger) beforeDate:(NSDate*) native declaration : NSLock.h:43 |
abstract void |
lockWhenCondition(NSInteger condition)
Original signature : -(void)lockWhenCondition:(NSInteger) native declaration : NSLock.h:38 |
abstract NSString |
name()
Original signature : -(NSString*)name native declaration : NSLock.h:46 |
static NSConditionLock |
new_()
|
abstract void |
setName(NSString n)
Original signature : -(void)setName:(NSString*) native declaration : NSLock.h:45 |
abstract boolean |
tryLock()
Original signature : -(BOOL)tryLock native declaration : NSLock.h:39 |
abstract boolean |
tryLockWhenCondition(NSInteger condition)
Original signature : -(BOOL)tryLockWhenCondition:(NSInteger) native declaration : NSLock.h:40 |
abstract void |
unlockWithCondition(NSInteger condition)
Original signature : -(void)unlockWithCondition:(NSInteger) native declaration : NSLock.h:41 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSLocking |
---|
lock, unlock |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSConditionLock()
Method Detail |
---|
public abstract NSConditionLock initWithCondition(NSInteger condition)
-(id)initWithCondition:(NSInteger)
public static NSConditionLock createWithCondition(NSInteger condition)
initWithCondition(org.rococoa.cocoa.foundation.NSInteger)
public abstract NSInteger condition()
-(NSInteger)condition
public abstract void lockWhenCondition(NSInteger condition)
-(void)lockWhenCondition:(NSInteger)
public abstract boolean tryLock()
-(BOOL)tryLock
public abstract boolean tryLockWhenCondition(NSInteger condition)
-(BOOL)tryLockWhenCondition:(NSInteger)
public abstract void unlockWithCondition(NSInteger condition)
-(void)unlockWithCondition:(NSInteger)
public abstract boolean lockBeforeDate(NSDate limit)
-(BOOL)lockBeforeDate:(NSDate*)
public abstract boolean lockWhenCondition_beforeDate(NSInteger condition, NSDate limit)
-(BOOL)lockWhenCondition:(NSInteger) beforeDate:(NSDate*)
public abstract void setName(NSString n)
-(void)setName:(NSString*)
public abstract NSString name()
-(NSString*)name
public static NSConditionLock alloc()
public static NSConditionLock new_()
public static NSConditionLock._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |