|
Class: RPCDefinitions (in SunRPC)
Object
|
+--SharedPool
|
+--SunRPC::RPCDefinitions
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-SunRPC
- Version:
- rev:
1.15
date: 2023/09/07 11:26:37
- user: cg
- file: SunRPC_RPCDefinitions.st directory: goodies/communication
- module: stx stc-classLibrary: communication
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.
accessing
-
AUTH_BADCRED
-
bad credentials (seal broken)
-
AUTH_BADVERF
-
bad verifier (seal broken)
-
AUTH_DES
-
attn: called via perform in XDRCoder >> packEnum:
-
AUTH_ERROR
-
remote can't authenticate caller
-
AUTH_FAILED
-
reason unknown
-
AUTH_INVALIDRESP
-
bogus response verifier
-
AUTH_NULL
-
attn: called via perform in XDRCoder >> packEnum:
-
AUTH_REJECTEDCRED
-
client must begin new session
-
AUTH_REJECTEDVERF
-
verifier expired or replayed
-
AUTH_SHORT
-
attn: called via perform in XDRCoder >> packEnum:
-
AUTH_TOOWEAK
-
rejected for security reasons
-
AUTH_UNIX
-
attn: called via perform in XDRCoder >> packEnum:
-
CALL
-
attn: called via perform in XDRCoder >> packEnum:
-
GARBAGE_ARGS
-
procedure can't decode params
-
MSG_ACCEPTED
-
attn: called via perform in XDRCoder >> packEnum:
-
MSG_DENIED
-
attn: called via perform in XDRCoder >> packEnum:
-
PROC_UNAVAIL
-
program can't support procedure
-
PROG_MISMATCH
-
remote can't support version #
-
PROG_UNAVAIL
-
remote hasn't exported program
-
REPLY
-
attn: called via perform in XDRCoder >> packEnum:
-
RPCVERSION
-
-
RPC_MISMATCH
-
RPC version number != 2
-
SUCCESS
-
RPC executed with success
-
SYSTEM_ERR
-
error during execution
class access
-
rpcAuth
-
-
rpcAuthUnix
-
-
rpcCallHeader
-
-
rpcReplyHeader
-
initialization
-
initialize
-
self initialize
RPCAuth
RPCAuthUnix
RPCCallHeader
RPCReplyHeader
|