mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@21707 72102866-910b-0410-8b05-ffd578937521
162 lines
5.2 KiB
HTML
162 lines
5.2 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>STRemoteConversation class documentation</title>
|
|
</head>
|
|
<body>
|
|
<font face="serif">
|
|
<a href="StepTalk.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$STRemoteConversation">STRemoteConversation class documentation</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Stefan Urbanek</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p><b>Copyright:</b> (C) 2002 Free Software Foundation</p>
|
|
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the STRemoteConversation
|
|
class</a>
|
|
</li>
|
|
<li>
|
|
<a href="#002000000000">Software documentation for the STEnvironmentProcess
|
|
protocol</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
|
|
<h1><a name="001000000000">
|
|
Software documentation for the STRemoteConversation
|
|
class
|
|
</a></h1>
|
|
<h2><a name="class$STRemoteConversation">STRemoteConversation</a> : <a rel="gsdoc" href="STConversation.html#class$STConversation">STConversation</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>StepTalk/STRemoteConversation.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="50%" align="left" />
|
|
<a href="#_STRemoteConversation_ivars">Instance Variables</a>
|
|
<br/><br/>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="STRemoteConversation.html#method$STRemoteConversation-close">-close</a></li>
|
|
<li><a rel="gsdoc" href="STRemoteConversation.html#method$STRemoteConversation-initWithEnvironmentName:host:language:">-initWithEnvironmentName:host:language:</a></li>
|
|
<li><a rel="gsdoc" href="STRemoteConversation.html#method$STRemoteConversation-open">-open</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$STRemoteConversation-close">close </a></h3>
|
|
- (void) <b>close</b>;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$STRemoteConversation-initWithEnvironmentName:host:language:">initWithEnvironmentName: host: language: </a></h3>
|
|
- (id) <b>initWithEnvironmentName:</b> (NSString*)envName<b> host:</b> (NSString*)host<b> language:</b> (NSString*)langName;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$STRemoteConversation-open">open </a></h3>
|
|
- (void) <b>open</b>;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<a name="_STRemoteConversation_ivars"/> <br/><hr width="50%" align="left" />
|
|
<h2>Instance Variables for STRemoteConversation Class</h2>
|
|
<h3><a name="ivariable$STRemoteConversation*connection">connection</a></h3>
|
|
@protected NSConnection* <b>connection</b>;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="ivariable$STRemoteConversation*environmentName">environmentName</a></h3>
|
|
@protected NSString* <b>environmentName</b>;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="ivariable$STRemoteConversation*environmentProcess">environmentProcess</a></h3>
|
|
@protected NSDistantObject<STEnvironmentProcess>* <b>environmentProcess</b>;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="ivariable$STRemoteConversation*hostName">hostName</a></h3>
|
|
@protected NSString* <b>hostName</b>;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="ivariable$STRemoteConversation*proxy">proxy</a></h3>
|
|
@protected NSDistantObject<STConversation>* <b>proxy</b>;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br/><hr width="50%" align="left" /><br/>
|
|
|
|
<h1><a name="002000000000">
|
|
Software documentation for the STEnvironmentProcess
|
|
protocol
|
|
</a></h1>
|
|
<h2><a name="protocol$(STEnvironmentProcess)">STEnvironmentProcess</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>StepTalk/STRemoteConversation.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="STRemoteConversation.html#method$(STEnvironmentProcess)-createConversation">-createConversation</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$(STEnvironmentProcess)-createConversation">createConversation </a></h3>
|
|
- (<a rel="gsdoc" href="STConversation.html#class$STConversation">STConversation</a>*) <b>createConversation</b>;<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="StepTalk.html">Up</a>
|
|
</font>
|
|
</body>
|
|
</html>
|