|
||||||||||
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.NSDistributedLock
public abstract class NSDistributedLock
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 |
NSDistributedLock._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSDistributedLock()
|
Method Summary | |
---|---|
static NSDistributedLock |
alloc()
|
abstract void |
breakLock()
Original signature : -(void)breakLock native declaration : NSDistributedLock.h:21 |
static NSDistributedLock |
createWithPath(NSString path)
Factory method |
static NSDistributedLock._class_ |
getNSClass()
|
abstract NSDistributedLock |
initWithPath(NSString path)
Original signature : -(id)initWithPath:(NSString*) native declaration : NSDistributedLock.h:17 |
abstract NSDate |
lockDate()
Original signature : -(NSDate*)lockDate native declaration : NSDistributedLock.h:22 |
static NSDistributedLock |
lockWithPath(NSString path)
Original signature : +(NSDistributedLock*)lockWithPath:(NSString*) native declaration : NSDistributedLock.h:15 |
static NSDistributedLock |
new_()
|
abstract boolean |
tryLock()
Original signature : -(BOOL)tryLock native declaration : NSDistributedLock.h:19 |
abstract void |
unlock()
Original signature : -(void)unlock native declaration : NSDistributedLock.h:20 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 NSDistributedLock()
Method Detail |
---|
public static NSDistributedLock lockWithPath(NSString path)
+(NSDistributedLock*)lockWithPath:(NSString*)
public abstract NSDistributedLock initWithPath(NSString path)
-(id)initWithPath:(NSString*)
public static NSDistributedLock createWithPath(NSString path)
initWithPath(org.rococoa.cocoa.foundation.NSString)
public abstract boolean tryLock()
-(BOOL)tryLock
public abstract void unlock()
-(void)unlock
public abstract void breakLock()
-(void)breakLock
public abstract NSDate lockDate()
-(NSDate*)lockDate
public static NSDistributedLock alloc()
public static NSDistributedLock new_()
public static NSDistributedLock._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |