[Previous] [Up] [Next]

NSDistributedLock

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSDistributedLock

NSDistributedLock

Declared in: Foundation/NSDistributedLock.h

Inherits from: NSObject

Conforms to: NSObject


Instance Variables

Methods


Class Methods

lockWithPath:

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


Instances Methods

breakLock

- (void) breakLock;

initWithPath:

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

lockDate

- (NSDate*) lockDate;

tryLock

- (BOOL) tryLock;

unlock

- (void) unlock;