2000-03-05 17:39:33 +00:00
|
|
|
<html><head>
|
|
|
|
<title>NSDistantObject</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a href="NSDirectoryEnumerator.html">[Previous]</a>
|
2000-04-10 05:32:04 +00:00
|
|
|
<a href="Base.html">[Up]</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<a href="NSDistantObjectRequest.html">[Next]</a>
|
|
|
|
<h1>NSDistantObject</h1>
|
|
|
|
<h3>Authors</h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
|
|
<dd>
|
|
|
|
</dl>
|
|
|
|
<p>Version: 0.1</p>
|
|
|
|
<p>Date: 28 February, 2000</p>
|
|
|
|
<h2><a name="cont-0">NSDistantObject</a></h2>
|
|
|
|
<h2><a name="NSDistantObject">NSDistantObject</a></h2>
|
|
|
|
<p><b>Declared in:</b> Foundation/NSDistantObject.h</p>
|
|
|
|
<p><b>Inherits from:</b> NSProxy</p>
|
|
|
|
<p><b>Conforms to:</b> NSCoding
|
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="NSDistantObject.html#method-0">+proxyWithLocal:connection:</a>
|
|
|
|
<li><a href="NSDistantObject.html#method-1">+proxyWithTarget:</a>
|
|
|
|
<li><a href="NSDistantObject.html#method-2">-connectionForProxy</a>
|
|
|
|
<li><a href="NSDistantObject.html#method-3">-initWithLocal:connection:</a>
|
|
|
|
<li><a href="NSDistantObject.html#method-4">-initWithTarget:</a>
|
|
|
|
<li><a href="NSDistantObject.html#method-5">-setProtocolForProxy:</a>
|
|
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-0">proxyWithLocal:connection:</a></h2>
|
|
|
|
+ (NSDistantObject*) <b>proxyWithLocal:</b> (id)anObject <b>connection:</b> (NSConnection*)aConnection<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-1">proxyWithTarget:</a></h2>
|
|
|
|
+ (NSDistantObject*) <b>proxyWithTarget:</b> (id)remoteObject<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-2">connectionForProxy</a></h2>
|
|
|
|
- (NSConnection*) <b>connectionForProxy</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-3">initWithLocal:connection:</a></h2>
|
|
|
|
- (id) <b>initWithLocal:</b> (id)anObject <b>connection:</b> (NSConnection*)aConnection<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-4">initWithTarget:</a></h2>
|
|
|
|
- (id) <b>initWithTarget:</b> (id)remoteObject<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-5">setProtocolForProxy:</a></h2>
|
|
|
|
- (void) <b>setProtocolForProxy:</b> (Protocol*)aProtocol<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|