Up

STRemoteConversation class documentation

Authors

Stefan Urbanek

Copyright: (C) 2002 Free Software Foundation


Contents -

  1. Software documentation for the STRemoteConversation class
  2. Software documentation for the STEnvironmentProcess protocol

Software documentation for the STRemoteConversation class

STRemoteConversation : STConversation

Declared in:
StepTalk/STRemoteConversation.h

Description forthcoming.


Instance Variables

Method summary

close 

- (void) close;

Description forthcoming.


initWithEnvironmentName: host: language: 

- (id) initWithEnvironmentName: (NSString*)envName host: (NSString*)host language: (NSString*)langName;

Description forthcoming.


open 

- (void) open;

Description forthcoming.




Instance Variables for STRemoteConversation Class

connection

@protected NSConnection* connection;

Description forthcoming.


environmentName

@protected NSString* environmentName;

Description forthcoming.


environmentProcess

@protected NSDistantObject* environmentProcess;

Description forthcoming.


hostName

@protected NSString* hostName;

Description forthcoming.


proxy

@protected NSDistantObject* proxy;

Description forthcoming.





Software documentation for the STEnvironmentProcess protocol

STEnvironmentProcess

Declared in:
StepTalk/STRemoteConversation.h

Description forthcoming.

Method summary

createConversation 

- (STConversation*) createConversation;

Description forthcoming.



Up