|
||||||||||
| 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.NSRecursiveLock
public abstract class NSRecursiveLock
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 |
NSRecursiveLock._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 | |
|---|---|
NSRecursiveLock()
|
|
| Method Summary | |
|---|---|
static NSRecursiveLock |
alloc()
|
static NSRecursiveLock._class_ |
getNSClass()
|
abstract boolean |
lockBeforeDate(NSDate limit)
Original signature : -(BOOL)lockBeforeDate:(NSDate*)native declaration : NSLock.h:56 |
abstract NSString |
name()
Original signature : -(NSString*)namenative declaration : NSLock.h:59 |
static NSRecursiveLock |
new_()
|
abstract void |
setName(NSString n)
Original signature : -(void)setName:(NSString*)native declaration : NSLock.h:58 |
abstract boolean |
tryLock()
Original signature : -(BOOL)tryLocknative declaration : NSLock.h:55 |
| 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 NSRecursiveLock()
| Method Detail |
|---|
public abstract boolean tryLock()
-(BOOL)tryLock
public abstract boolean lockBeforeDate(NSDate limit)
-(BOOL)lockBeforeDate:(NSDate*)
public abstract void setName(NSString n)
-(void)setName:(NSString*)
public abstract NSString name()
-(NSString*)name
public static NSRecursiveLock alloc()
public static NSRecursiveLock new_()
public static NSRecursiveLock._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||