EniakServer
Package/File Information
Package required: XOTcl 0.82
Defined Objects/Classes:
Filename: /home/setok/cvs/eniak/src/clientLib/EniakServer.tcl
| Description: |
Provides facilities to communicate with an ENIÄK display server.
|
| Author: |
Kristoffer Lawson, setok@fishpool.com
|
| Date: |
$Date: 2001/02/09 20:05:34 $
Class: EniakServer
Class: Class
Procs/Instprocs:
getRegistry, getRoot, init.
|
| Description: |
Deals with connections to an ENIÄK display server.
|
ErrorCodes:| Eniak <object> |
General error, where <object> is the object that caused the error.
| | EniakApp |
Some errenous information was given about the application.
|
Instprocs
- init addr port appName ?class? ?subclass?
| Arguments: | addr: Address of display server to connect to. |
| port: Port listened to by display server. |
| appName: Name of application. |
| ?class?:Application class. Default: "". |
| ?subclass?:Application sub-class, or sub-class hierarchy. Default: "". |
- getRoot
| Description: |
Returns the root object for this ENIÄK connection
|
- getRegistry
| Description: |
Returns the ObRegistry object for this ENIÄK connection.
|
Back to index page.
|