eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SmalltalkShareServer':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: SmalltalkShareServer


Inheritance:

   Object
   |
   +--SunRPC::RPCEndPoint
      |
      +--SunRPC::RPCServer
         |
         +--SmalltalkShareServer

Package:
stx:goodies/communication
Category:
Net-Communication-SmallTeam
Version:
rev: 1.6 date: 2018/01/19 22:52:56
user: cg
file: SmalltalkShareServer.st directory: goodies/communication
module: stx stc-classLibrary: communication
Author:
Claus Gittinger

Description:


a server for remote image access.


[start with (server side):]
    SmalltalkShareServer start
    SmalltalkShareServer startUDP

[start with (client side):]
    |matchArg list|
    matchArg := Dictionary new.
    matchArg at:'classNamePattern' put:'*'.
    matchArg at:'categoryPattern' put:'*'.
    matchArg at:'packagePattern' put:'*'.
    list := SmalltalkShareClient getClasses:matchArg


Related information:

    SmalltalkShareClient

Class protocol:

spec
o  xdr
SmalltalkShareServer initDefinitions
SmalltalkShareClient initDefinitions


Instance protocol:

operations
o  getCategories

o  getClassNames: getClassNamesArgs

o  getClasses: getClassNamesArgs

o  getMethodInfo: getMethodInfoArgs

o  getMethodNames: getMethodNamesArgs

private helpers
o  classInfoFor: aClass
the following code should be portable across smalltalk-implementations

queries
o  portNumbers


Examples:


SmalltalkShareServer killAll. SmalltalkShareServer initialize get it running: 1) on the server side, evaluate: SmalltalkShareServer start or, SmalltalkShareServer startUDP 2) (in a terminal), validate rpc-registration with: rpcinfo -p 3) on the client side, evaluate some example from the SmalltalkShareClient class.

ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 27 Apr 2024 03:34:02 GMT