eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SunRPC::RPCEndPoint':

Home

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

Class: RPCEndPoint (in SunRPC)


Inheritance:

   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

Description:


abstract superclass for RPC programs.

copyright

COPYRIGHT (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 protocol:

initialization
o  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.

o  flushAllDefinitions
self flushAllDefinitions

o  flushDefinition
NFSServer flushDefinition

o  initDefinitions

queries
o  isRPCClientClass

o  isRPCServerClass

spec
o  definitions

o  xdr

** This method must be redefined in concrete classes (subclassResponsibility) **

startup
o  new
parse definitions (if not already done)


Instance protocol:

initialization
o  portNumber: aNumber

o  protocol: aSymbol
#tcp or #udp

queries
o  portNumber



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:35:16 GMT