[Previous] [Up] [Next]

NSDistributedLock

Authors

Richard Frith-Macdonald

Version: $Revision: 1.13 $

Date: $Date: 2001/12/12 14:10:12 $

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;