Smalltalk/X WebserverDocumentation of class 'SmalltalkShareServer': | |
Class: SmalltalkShareServerInheritance:Object | +--SunRPC::RPCEndPoint | +--SunRPC::RPCServer | +--SmalltalkShareServer
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 Class protocol:spec
Instance protocol:operations
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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:53:13 GMT |