|
Class: RPCEndPoint (in SunRPC)
Object
|
+--SunRPC::RPCEndPoint
|
+--SunRPC::RPCClient
|
+--SunRPC::RPCServer
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-SunRPC
- Version:
- rev:
1.5
date: 2021/01/20 14:47:16
- user: cg
- file: SunRPC_RPCEndPoint.st directory: goodies/communication
- module: stx stc-classLibrary: communication
abstract superclass for RPC programs.
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.
initialization
-
addSelector: newSelector withMethod: newMethod
-
(comment from inherited method)
add the method given by 2nd argument under the selector given by
1st argument to the methodDictionary.
Append a change record to the changes file and tell dependents.
-
flushAllDefinitions
-
self flushAllDefinitions
-
flushDefinition
-
NFSServer flushDefinition
-
initDefinitions
-
queries
-
isRPCClientClass
-
-
isRPCServerClass
-
spec
-
definitions
-
-
xdr
-
** This method must be redefined in concrete classes (subclassResponsibility) **
startup
-
new
-
parse definitions (if not already done)
initialization
-
portNumber: aNumber
-
-
protocol: aSymbol
-
#tcp or #udp
queries
-
portNumber
-
|