[Previous] [Up] [Next]

NSDistributedLock

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSDistributedLock

NSDistributedLock

Declared in: Foundation/NSDistributedLock.h

Inherits from: NSObject

Conforms to: NSObject



lockWithPath:

+ (NSDistributedLock*) lockWithPath: (NSString*)aPath;

breakLock

- (void) breakLock;

initWithPath:

- (NSDistributedLock*) initWithPath: (NSString*)aPath;

lockDate

- (NSDate*) lockDate;

tryLock

- (BOOL) tryLock;

unlock

- (void) unlock;