|
Class: PortMapperServer (in SunRPC)
Object
|
+--SunRPC::RPCEndPoint
|
+--SunRPC::RPCServer
|
+--SunRPC::PortMapperServer
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-SunRPC
- Version:
- rev:
1.13
date: 2023/09/07 21:26:23
- user: stefan
- file: SunRPC_PortMapperServer.st directory: goodies/communication
- module: stx stc-classLibrary: communication
a portmapper implementation for systems which don't have one
(i.e. Windows); see RFC1057.
copyrightCOPYRIGHT (c) 2002 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
class initialization
-
initialize
-
self initialize
spec
-
xdr
-
blocked
-
registerInPortMapper
-
its me - myself !
-
unregisterInPortMapper
-
its me - myself !
operations
-
dump
-
-
getport: argList
-
-
set: argList
-
-
unset: argList
-
private
-
addMapping: newMapping
-
-
getPortFor: aMapping
-
-
removeMapping: newMapping
-
select condition
queries
-
confirmNewHost: aHostName
-
-
portNumbers
-
Mapping
|