libs-base/Documentation/gsdoc/NSDistributedLock.html
CaS 0a86bba7b0 Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
2001-04-25 14:19:57 +00:00

71 lines
1.8 KiB
HTML

<html><head>
<title>NSDistributedLock</title>
</head>
<body>
<a href ="NSDistantObjectRequest.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSDistributedNotificationCenter.html">[Next] </a>
<h1>NSDistributedLock</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSDistributedLock</a></h2>
<h2><a name ="NSDistributedLock">NSDistributedLock</a></h2>
<p><b>Declared in: </b> Foundation/NSDistributedLock.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSObject
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li ><a href ="NSDistributedLock.html#method-0">+lockWithPath:</a>
<li ><a href ="NSDistributedLock.html#method-1">-breakLock</a>
<li ><a href ="NSDistributedLock.html#method-2">-initWithPath:</a>
<li ><a href ="NSDistributedLock.html#method-3">-lockDate</a>
<li ><a href ="NSDistributedLock.html#method-4">-tryLock</a>
<li ><a href ="NSDistributedLock.html#method-5">-unlock</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">lockWithPath:</a></h3>
+ (NSDistributedLock*) <b>lockWithPath:</b> (NSString*)aPath;<br>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-1">breakLock</a></h3>
- (void) <b>breakLock</b>;<br>
<hr>
<h3><a name ="method-2">initWithPath:</a></h3>
- (NSDistributedLock*) <b>initWithPath:</b> (NSString*)aPath;<br>
<hr>
<h3><a name ="method-3">lockDate</a></h3>
- (NSDate*) <b>lockDate</b>;<br>
<hr>
<h3><a name ="method-4">tryLock</a></h3>
- (BOOL) <b>tryLock</b>;<br>
<hr>
<h3><a name ="method-5">unlock</a></h3>
- (void) <b>unlock</b>;<br>
<hr>
</body>
</html>