[Previous]
[Up]
[Next]
NSDistributedLock
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSDistributedLock.h
Inherits from: NSObject
Conforms to: NSObject
+ (NSDistributedLock*) lockWithPath: (NSString*)aPath;
- (void) breakLock;
- (NSDistributedLock*) initWithPath: (NSString*)aPath;
- (NSDate*) lockDate;
- (BOOL) tryLock;
- (void) unlock;