A B C D E F G I J K M N O P R S T U V X Y

A

addr - Variable in class com.distinct.rpc.rpcbind.rpcb_rmtcallres
 
addrinfo - Variable in class com.distinct.rpc.rpcbind.rpcb_stat
 
alloc_size - Variable in class com.distinct.rpc.XDRStream
 
args - Variable in class com.distinct.rpc.rpcbind.rpcb_rmtcallargs
 
Auth - class com.distinct.rpc.Auth.
Base class of all authentication classes.
Auth() - Constructor for class com.distinct.rpc.Auth
Creates an authenticator of flavor AUTH_NULL.
Auth(int, byte[]) - Constructor for class com.distinct.rpc.Auth
Creates an authenticator of arbitrary flavor.
AuthDes - class com.distinct.rpc.AuthDes.
Implements AUTH_DES authenticators.
AuthDes(String, BigInteger, BigInteger, int) - Constructor for class com.distinct.rpc.AuthDes
Creates an authenticator of flavor AUTH_DES.
AuthDes(String, String, String, PublicKeyDB, int) - Constructor for class com.distinct.rpc.AuthDes
Creates an authenticator of flavor AUTH_DES.
AuthDesServerDB - class com.distinct.rpc.AuthDesServerDB.
Implements server side checks and a temporary database for client nickname authenticators.
AuthDesServerDB(String, String, PublicKeyDB) - Constructor for class com.distinct.rpc.AuthDesServerDB
Creates an authenticator database.
AuthShort - class com.distinct.rpc.AuthShort.
Implements AUTH_SHORT authentication.
AuthShort() - Constructor for class com.distinct.rpc.AuthShort
Creates an empty authenticator of flavor AUTH_SHORT.
AuthShort(Auth) - Constructor for class com.distinct.rpc.AuthShort
Type-converter; Creates an authenticator of flavor AUTH_SHORT from a given authenticator of any type.
AuthShort(byte[]) - Constructor for class com.distinct.rpc.AuthShort
Creates an authenticator of flavor AUTH_SHORT.
AuthUnix - class com.distinct.rpc.AuthUnix.
Implements AUTH_UNIX authentication.
AuthUnix(Auth) - Constructor for class com.distinct.rpc.AuthUnix
Type-converter; Creates an authenticator of flavor AUTH_UNIX from a given authenticator of any type.
AuthUnix(int, String, int, int, int[]) - Constructor for class com.distinct.rpc.AuthUnix
Creates an authenticator of flavor AUTH_UNIX.

B

BroadcastCall(int, int, int, XDRType, XDRType, BroadcastHandler) - Static method in class com.distinct.rpc.JRPCClient
Calls all available servers by sending a broadcast message.
BroadcastHandler - interface com.distinct.rpc.BroadcastHandler.
Defines the interface for the handler that is called for each reply package to a RPC broadcast request.
buf - Variable in class com.distinct.rpc.rpcbind.netbuf
 
buffer - Variable in class com.distinct.rpc.XDRStream
 

C

Call(int, int, int, XDRType, XDRType) - Method in class com.distinct.rpc.ClientUDP
Calls the server.
Call(int, int, int, XDRType, XDRType) - Method in class com.distinct.rpc.ClientTCPStreamed
Calls the server.
Call(int, int, int, XDRType, XDRType) - Method in class com.distinct.rpc.ClientTCP
Calls the server.
Call(int, int, int, XDRType, XDRType) - Method in class com.distinct.rpc.ClientSecureRPC
Calls the server.
Call(int, int, int, XDRType, XDRType) - Method in class com.distinct.rpc.ClientHTTP
Calls the server.
Call(int, int, int, XDRType, XDRType) - Method in class com.distinct.rpc.ClientGeneric
Calls the server.
Call(int, XDRType, XDRType) - Method in class com.distinct.rpc.JRPCClient
Calls the server.
Call(int, XDRType, XDRType) - Method in class com.distinct.rpc.ClientGeneric
Calls the server (if connected).
checkAuth(Auth, Auth) - Method in class com.distinct.rpc.AuthDesServerDB
Checks whether a credential fits to a verifier.
ClientGeneric - class com.distinct.rpc.ClientGeneric.
From this abstract class, the protocol client classes (TCP, UDP and HTTP) are derived.
ClientGeneric(InetAddress, int, int) - Constructor for class com.distinct.rpc.ClientGeneric
Generic part of protocol client creation.
ClientHTTP - class com.distinct.rpc.ClientHTTP.
Implementation of the RPC protocol via HTTP.
ClientHTTP(String, String, int, int, boolean) - Constructor for class com.distinct.rpc.ClientHTTP
Creates a new HTTP protocol object.
ClientHTTP(String, String, String, int, int, boolean) - Constructor for class com.distinct.rpc.ClientHTTP
Creates a new HTTP protocol object.
ClientSecureRPC - class com.distinct.rpc.ClientSecureRPC.
Java implementation of Secure RPC protocol with AuthDes.
ClientSecureRPC(ClientGeneric, AuthDes) - Constructor for class com.distinct.rpc.ClientSecureRPC
Creates a Secure RPC protocol client and initializes it with a protocol client object.
ClientSecureRPC(InetAddress, int, int, boolean, AuthDes) - Constructor for class com.distinct.rpc.ClientSecureRPC
Creates a Secure RPC protocol client.
ClientTCP - class com.distinct.rpc.ClientTCP.
Implementation of the RPC protocol via TCP.
ClientTCP(InetAddress, int, int) - Constructor for class com.distinct.rpc.ClientTCP
Creates a new TCP protocol object.
ClientTCP(InetAddress, int, int, int) - Constructor for class com.distinct.rpc.ClientTCP
Creates a new TCP protocol object and connects it to a server with a known port.
ClientTCP(int, int, InetAddress) - Constructor for class com.distinct.rpc.ClientTCP
 
ClientTCPStreamed - class com.distinct.rpc.ClientTCPStreamed.
Implementation of the RPC protocol via TCP.
ClientTCPStreamed(InetAddress, int, int, int) - Constructor for class com.distinct.rpc.ClientTCPStreamed
Creates a new streamed TCP protocol object.
ClientTCPStreamed(InetAddress, int, int, int, int) - Constructor for class com.distinct.rpc.ClientTCPStreamed
Creates a new streamed TCP protocol object and connects it to a server with a known port.
ClientTCPx - class com.distinct.rpc.ClientTCPx.
Implementation of the RPC protocol via TCP with extended constructors from the javax.net package.
ClientTCPx(InetAddress, int, int, int, SocketFactory) - Constructor for class com.distinct.rpc.ClientTCPx
Creates a new SSL protocol object and connects it to a server with a known port.
ClientTCPx(InetAddress, int, int, SocketFactory) - Constructor for class com.distinct.rpc.ClientTCPx
Creates a new SSL protocol object.
ClientUDP - class com.distinct.rpc.ClientUDP.
Implementation of the RPC protocol via UDP.
ClientUDP(InetAddress, int, int) - Constructor for class com.distinct.rpc.ClientUDP
Creates a new UDP protocol object.
ClientUDP(InetAddress, int, int, int) - Constructor for class com.distinct.rpc.ClientUDP
Creates a new UDP protocol object and connects it to a server with a known port.
close() - Method in class com.distinct.rpc.ClientUDP
Closes the connection and frees the socket resource.
close() - Method in class com.distinct.rpc.ClientTCP
Closes the connection and frees the socket resource.
close() - Method in class com.distinct.rpc.ClientSecureRPC
Closes the connection and frees the socket resource.
close() - Method in class com.distinct.rpc.ClientHTTP
Closes the connection and frees the socket resource.
close() - Method in class com.distinct.rpc.ClientGeneric
Closes the connection and frees the socket resource.
CloseClient() - Method in class com.distinct.rpc.JRPCClient
Closes the RPC client and frees the resources.
code - Variable in class com.distinct.rpc.RPCXMLError
 
com.distinct.rpc - package com.distinct.rpc
 
com.distinct.rpc.rpcbind - package com.distinct.rpc.rpcbind
 
com.distinct.rpc.yp - package com.distinct.rpc.yp
 

D

DoAuth(int, Auth, Auth) - Method in class com.distinct.rpc.RPCBind
Overwrite this method only if you want your server to check authentication (Default are no checks).
DoAuth(int, Auth, Auth) - Method in class com.distinct.rpc.Portmapper
Overwrite this method only if you want your server to check authentication (Default are no checks).
DoAuth(int, Auth, Auth) - Method in class com.distinct.rpc.JRPCServer
Overwrite this method only if you want your server to check authentication (by default there is no check).
DoCall(int, XDRStream, XDRStream) - Method in class com.distinct.rpc.RPCBind
Dispatcher Routine that interpretes the call requests.
DoCall(int, XDRStream, XDRStream) - Method in class com.distinct.rpc.Portmapper
Dispatcher Routine that handles the call requests.
DoCall(int, XDRStream, XDRStream) - Method in class com.distinct.rpc.JRPCServer
Dispatch routine which interprets the call requests of a server.
doLogin(boolean) - Method in class com.distinct.rpc.PublicKeyDB
Opens the default login dialog on the screen and waits for user's imput.
doLogin(String, int, int, boolean) - Method in class com.distinct.rpc.PublicKeyDB
Opens a login dialog on the screen and waits for user's imput.
domain - Variable in class com.distinct.rpc.yp.ypreq_nokey
 
domain - Variable in class com.distinct.rpc.yp.ypreq_key
 
domain - Variable in class com.distinct.rpc.yp.ypmap_parms
 
domainname - class com.distinct.rpc.yp.domainname.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
domainname: was typedef
domainname() - Constructor for class com.distinct.rpc.yp.domainname
 
DoVersionCheck(int) - Method in class com.distinct.rpc.RPCBind
Overwrite this method only if you want your server to handle versions explicitly (by default the version of server and request have to be identical).
DoVersionCheck(int) - Method in class com.distinct.rpc.JRPCServer
Overwrite this method only if you want your server to check compatibility of program versions in a user-defined way (by default it simply checks whether it is the same version as given in the constructor).
dump() - Method in class com.distinct.rpc.XDRStream
Writes the contents of the XDRStream to System.out.

E

encodeAddress(InetAddress, int) - Static method in class com.distinct.rpc.RPCBind
Encodes a pair Internet address a and a port number p into a string with format "a.a.a.a.p.p".
EnumerateConnections() - Method in class com.distinct.rpc.JRPCServer
Returns an array with the sockets of the currently active TCP clients.

F

failure - Variable in class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist
 
failure - Variable in class com.distinct.rpc.rpcbind.rpcbs_addrlist
 
flush() - Method in class com.distinct.rpc.XDRRecordOutputStream
Flushes the XDRRecordOutputStream.
flush() - Method in class com.distinct.rpc.AuthDesServerDB
Flushes the nickname authenticator cache and forces all clients to send a new full authenticator.

G

generateKeyPair(String) - Static method in class com.distinct.rpc.AuthDes
Generates a new key pair (public key/private key)
get_byte() - Method in class com.distinct.rpc.XDRStream
Reads one byte from the XDRStream.
get_byte() - Method in class com.distinct.rpc.XDRRecordOutputStream
Always throws RPCDecodeError (This is an output stream!).
get_byte() - Method in class com.distinct.rpc.XDRRecordInputStream
Reads one byte from the XDRRecordInputStream.
get_byte() - Method in class com.distinct.rpc.XDRInputStream
Reads one byte from the XDRInputStream.
get_bytes(int) - Method in class com.distinct.rpc.XDRStream
Reads a number of bytes from the XDRStream.
get_bytes(int) - Method in class com.distinct.rpc.XDRRecordOutputStream
Always throws RPCDecodeError (This is an output stream!).
get_bytes(int) - Method in class com.distinct.rpc.XDRRecordInputStream
Reads a number of bytes from the XDRInputStream.
get_bytes(int) - Method in class com.distinct.rpc.XDRInputStream
Reads a number of bytes from the XDRInputStream.
get_data() - Method in class com.distinct.rpc.XDRStream
Returns all bytes available in the XDRStream.
get_length() - Method in class com.distinct.rpc.XDRStream
Reports the number of bytes available in the XDRStream.
get_length() - Method in class com.distinct.rpc.XDRRecordInputStream
Reports the number of bytes available in the XDRInputStream.
get_length() - Method in class com.distinct.rpc.XDROutputStream
Reports the number of bytes written to the XDROutputStream.
get_length() - Method in class com.distinct.rpc.XDRInputStream
Reports the number of bytes available in the XDRInputStream.
getAddress() - Method in class com.distinct.rpc.JRPCServer
Determines the host address of the sender of the currently processed RPC request.
getAliases() - Method in class com.distinct.rpc.RPCEntry
Returns an array with additional names of the RPC service.
getAuthFailure() - Method in class com.distinct.rpc.RPCAuthError
Returns the reason why the exception has been thrown.
getAuthOpaque() - Method in class com.distinct.rpc.Auth
Gets the opaque data of the authenticator.
getCallVersion() - Method in class com.distinct.rpc.JRPCServer
Determines the version number of the currently processed RPC request.
GetClient() - Method in class com.distinct.rpc.JRPCClient
Returns the protocol client.
getClientData() - Method in class com.distinct.rpc.JRPCServer
Gets client-specific data for this server thread.
getClientNetname() - Method in class com.distinct.rpc.AuthDes
Returns the full authenticated netname of the client.
GetConnectionState() - Method in class com.distinct.rpc.JRPCServer
Returns the number of currently active TCP clients.
getFirstName() - Method in class com.distinct.rpc.PublicKeyDBYP
Method for enumerating the stored name.
getFirstName() - Method in class com.distinct.rpc.PublicKeyDB
Method for enumerating the stored name.
getFlavor() - Method in class com.distinct.rpc.Auth
Gets the flavor identifier.
getGid() - Method in class com.distinct.rpc.AuthUnix
Gets the authenticator's group identifier.
getGids() - Method in class com.distinct.rpc.AuthUnix
Gets the authenticator's additional group identifiers.
getJRPCVersion() - Static method in class com.distinct.rpc.JRPC
Returns a string with the current version number of JRPC.
getMachineName() - Method in class com.distinct.rpc.AuthUnix
Gets the authenticator's machinename.
getName() - Method in class com.distinct.rpc.RPCEntry
Returns the primary name of the RPC service.
getNetname() - Method in class com.distinct.rpc.PublicKeyDB
Returns the netname entered during the most recent invocation of doLogin().
getNextName() - Method in class com.distinct.rpc.PublicKeyDBYP
Method for enumerating the stored name.
getNextName() - Method in class com.distinct.rpc.PublicKeyDB
Method for enumerating the stored name.
getNumber() - Method in class com.distinct.rpc.RPCEntry
Returns the number of the RPC service.
getPassword() - Method in class com.distinct.rpc.PublicKeyDB
Returns the password entered during the most recent invocation of doLogin().
getPort() - Method in class com.distinct.rpc.JRPCServer
Determines the port number of the sender of the currently processed RPC request.
getPort(InetAddress) - Method in class com.distinct.rpc.Pmap
Requests the portnumber of an entry in the portmapper of a given host and sets the portnumber of the server in the Pmap object.
getPublicKey(String) - Method in class com.distinct.rpc.PublicKeyDBYP
Returns the public key of an authority.
getPublicKey(String) - Method in class com.distinct.rpc.PublicKeyDB
Returns the public key of an authority.
getReason() - Method in class com.distinct.rpc.RPCError
Returns the value describing the error reason (as defined in JRPC).
getReturnedVerifier() - Method in class com.distinct.rpc.ClientGeneric
Each incoming reply includes a verifier, containing information that may be used for future authentication.
getrpcbyname(String) - Method in class com.distinct.rpc.NetDB
Returns an RPCEntry describing the service identified by a given name.
getrpcbynumber(int) - Method in class com.distinct.rpc.NetDB
Returns an RPCEntry describing the service identified by a given number.
getSecretKey(String) - Method in class com.distinct.rpc.PublicKeyDBYP
Returns the encrypted private key of an authority.
getSecretKey(String) - Method in class com.distinct.rpc.PublicKeyDB
Returns the encrypted private key of an authority.
getServerTime() - Method in class com.distinct.rpc.ClientSecureRPC
Returns the current system time of the server.
getSessionKey() - Method in class com.distinct.rpc.AuthDes
Returns the DES secret key that is used in this session.
getTime() - Method in class com.distinct.rpc.AuthUnix
Gets the authenticator's timestamp.
getTransient(int, int, boolean) - Static method in class com.distinct.rpc.Pmap
Contacts the local Portmapper to register a transient callback server.
getUid() - Method in class com.distinct.rpc.AuthUnix
Gets the authenticator's user identifier.
getVerifier() - Method in class com.distinct.rpc.AuthDes
Returns the verifier that belongs to this authenticator.
getVersion() - Method in class com.distinct.rpc.JRPCServer
Returns the version number of the server object.

I

in - Variable in class com.distinct.rpc.XDRStream
 
indirect - Variable in class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist
 
indirectCall(InetAddress, int, XDRType, XDRType, int) - Method in class com.distinct.rpc.Pmap
Calls a server via RPCBind's INDIRECT interface (and also sets the portnumber of the server in the Pmap object).
info - Variable in class com.distinct.rpc.rpcbind.rpcb_stat
 
IsBatched(int) - Method in class com.distinct.rpc.RPCBind
Overwrite this method only if you want to implement batched RPCs.
IsBatched(int) - Method in class com.distinct.rpc.Portmapper
Overwrite this method only if you want to implement batched RPCs.
IsBatched(int) - Method in class com.distinct.rpc.JRPCServer
Overwrite this method only if you want to implement batched RPCs.
isMultithreaded() - Method in class com.distinct.rpc.JRPCServer
Determines whether the server can serve multiple requests concurrently.
isTCPServer() - Method in class com.distinct.rpc.JRPCServer
Determines whether the current thread serves a TCP or a UDP request.

J

JRPC - class com.distinct.rpc.JRPC.
Defines all constants used in the JRPC package.
JRPC() - Constructor for class com.distinct.rpc.JRPC
 
JRPCClient - class com.distinct.rpc.JRPCClient.
From this class all Jrpcgen generated interfaces are derived.
JRPCClient(ClientGeneric) - Constructor for class com.distinct.rpc.JRPCClient
Creates a RPC client and initializes it with a protocol client.
JRPCClient(InetAddress, int, int, boolean) - Constructor for class com.distinct.rpc.JRPCClient
Creates a RPC client and connects it to a server.
JRPCClient(InetAddress, int, int, int, boolean) - Constructor for class com.distinct.rpc.JRPCClient
Creates a RPC client and connects it to a server with a known port.
JRPCServer - class com.distinct.rpc.JRPCServer.
All JRPC servers are derived from this abstract class.
JRPCServer(int, int, boolean) - Constructor for class com.distinct.rpc.JRPCServer
Creates a RPC server and starts a portmapper thread if requested.

K

kAUTH_BADCRED - Static variable in class com.distinct.rpc.JRPC
 
kAUTH_BADVERF - Static variable in class com.distinct.rpc.JRPC
 
kAUTH_DES - Static variable in class com.distinct.rpc.JRPC
 
kAUTH_ERROR - Static variable in class com.distinct.rpc.JRPC
 
kAUTH_NULL - Static variable in class com.distinct.rpc.JRPC
 
kAUTH_REJECTEDCRED - Static variable in class com.distinct.rpc.JRPC
 
kAUTH_REJECTEDVERF - Static variable in class com.distinct.rpc.JRPC
 
kAUTH_SHORT - Static variable in class com.distinct.rpc.JRPC
 
kAUTH_TOOWEAK - Static variable in class com.distinct.rpc.JRPC
 
kAUTH_UNIX - Static variable in class com.distinct.rpc.JRPC
 
kCALL - Static variable in class com.distinct.rpc.JRPC
 
key - Variable in class com.distinct.rpc.yp.ypresp_key_val
 
key - Variable in class com.distinct.rpc.yp.ypreq_key
 
keydat - class com.distinct.rpc.yp.keydat.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
keydat: was typedef
keydat() - Constructor for class com.distinct.rpc.yp.keydat
 
kGARBAGE_ARGS - Static variable in class com.distinct.rpc.JRPC
 
kIPPROTO_TCP - Static variable in class com.distinct.rpc.JRPC
 
kIPPROTO_UDP - Static variable in class com.distinct.rpc.JRPC
 
kMAXNETNAME - Static variable in class com.distinct.rpc.AuthDes
 
kMSG_ACCEPTED - Static variable in class com.distinct.rpc.JRPC
 
kMSG_DENIED - Static variable in class com.distinct.rpc.JRPC
 
kPROC_UNAVAIL - Static variable in class com.distinct.rpc.JRPC
 
kPROG_MISMATCH - Static variable in class com.distinct.rpc.JRPC
 
kPROG_UNAVAIL - Static variable in class com.distinct.rpc.JRPC
 
kREPLY - Static variable in class com.distinct.rpc.JRPC
 
kRPC_AUTHERROR - Static variable in class com.distinct.rpc.JRPC
 
kRPC_CANTDECODEARGS - Static variable in class com.distinct.rpc.JRPC
 
kRPC_CANTDECODERES - Static variable in class com.distinct.rpc.JRPC
 
kRPC_CANTENCODEARGS - Static variable in class com.distinct.rpc.JRPC
 
kRPC_CANTRECV - Static variable in class com.distinct.rpc.JRPC
 
kRPC_CANTSEND - Static variable in class com.distinct.rpc.JRPC
 
kRPC_FAILED - Static variable in class com.distinct.rpc.JRPC
 
kRPC_MISMATCH - Static variable in class com.distinct.rpc.JRPC
 
kRPC_PMAPFAILURE - Static variable in class com.distinct.rpc.JRPC
 
kRPC_PROCUNAVAIL - Static variable in class com.distinct.rpc.JRPC
 
kRPC_PROGNOTREGISTERED - Static variable in class com.distinct.rpc.JRPC
 
kRPC_PROGUNAVAIL - Static variable in class com.distinct.rpc.JRPC
 
kRPC_PROGVERSMISMATCH - Static variable in class com.distinct.rpc.JRPC
 
kRPC_SUCCESS - Static variable in class com.distinct.rpc.JRPC
 
kRPC_SYSTEMERROR - Static variable in class com.distinct.rpc.JRPC
 
kRPC_TIMEDOUT - Static variable in class com.distinct.rpc.JRPC
 
kRPC_UNKNOWNHOST - Static variable in class com.distinct.rpc.JRPC
 
kRPC_UNKNOWNPROTO - Static variable in class com.distinct.rpc.JRPC
 
kRPC_VERSMISMATCH - Static variable in class com.distinct.rpc.JRPC
 
kRPCVERSION - Static variable in class com.distinct.rpc.JRPC
 
kSUCCESS - Static variable in class com.distinct.rpc.JRPC
 

M

main(String[]) - Static method in class com.distinct.rpc.RPCBind
Starts a stand-alone RPCBind service (no parameters).
main(String[]) - Static method in class com.distinct.rpc.Portmapper
Starts a stand-alone portmapper service (no parameters).
map - Variable in class com.distinct.rpc.yp.ypreq_nokey
 
map - Variable in class com.distinct.rpc.yp.ypreq_key
 
map - Variable in class com.distinct.rpc.yp.ypmap_parms
 
map - Variable in class com.distinct.rpc.yp.ypmaplist
 
map_parms - Variable in class com.distinct.rpc.yp.ypreq_xfr
 
mapname - class com.distinct.rpc.yp.mapname.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
mapname: was typedef
mapname() - Constructor for class com.distinct.rpc.yp.mapname
 
maps - Variable in class com.distinct.rpc.yp.ypresp_maplist
 
maxlen - Variable in class com.distinct.rpc.rpcbind.netbuf
 
more - Variable in class com.distinct.rpc.yp.ypresp_all
 

N

netbuf - class com.distinct.rpc.rpcbind.netbuf.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
netbuf: was struct
netbuf() - Constructor for class com.distinct.rpc.rpcbind.netbuf
Default constructor for objects of class netbuf.
netbuf(int, byte[]) - Constructor for class com.distinct.rpc.rpcbind.netbuf
Creates an object of class netbuf.
NetDB - class com.distinct.rpc.NetDB.
Database for RPC service names.
NetDB(File) - Constructor for class com.distinct.rpc.NetDB
Creates a new RPC service name database and initializes it from a local file.
NetDB(URL) - Constructor for class com.distinct.rpc.NetDB
Creates a new RPC service name database and initializes it from a URL.
netid - Variable in class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist
 
netid - Variable in class com.distinct.rpc.rpcbind.rpcbs_addrlist
 
next - Variable in class com.distinct.rpc.yp.ypmaplist
 
next - Variable in class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist
 
next - Variable in class com.distinct.rpc.rpcbind.rpcbs_addrlist
 

O

obj_decode_boolean(Object) - Static method in class com.distinct.rpc.XDRObj
Decodes a boolean.
obj_decode_char(Object) - Static method in class com.distinct.rpc.XDRObj
Decodes a character.
obj_decode_double(Object) - Static method in class com.distinct.rpc.XDRObj
Decodes a double.
obj_decode_float(Object) - Static method in class com.distinct.rpc.XDRObj
Decodes a float.
obj_decode_int(Object) - Static method in class com.distinct.rpc.XDRObj
Decodes an integer.
obj_decode_long(Object) - Static method in class com.distinct.rpc.XDRObj
Decodes a long.
obj_decode_opaque(Object, int) - Static method in class com.distinct.rpc.XDRObj
Decodes a opaque data with a fixed length.
obj_decode_short(Object) - Static method in class com.distinct.rpc.XDRObj
Decodes a short.
obj_decode_String(Object) - Static method in class com.distinct.rpc.XDRObj
Decodes a String with a variable length.
obj_decode_String(Object, int) - Static method in class com.distinct.rpc.XDRObj
Decodes a String with a fixed length.
obj_decode(Object) - Method in interface com.distinct.rpc.XMLRPCType
Decodes an object of this class from the XMLRPC standard format.
obj_decode(Object) - Method in class com.distinct.rpc.XDRstring
Decodes an object of class XDRstring from a String object.
obj_decode(Object) - Method in class com.distinct.rpc.XDRshort
Decodes an object of class XDRshort from an Integer object.
obj_decode(Object) - Method in class com.distinct.rpc.XDRlong
Decodes an object of class XDRlong from an Integer object.
obj_decode(Object) - Method in class com.distinct.rpc.XDRint
Decodes an object of class XDRint from an Integer object.
obj_decode(Object) - Method in class com.distinct.rpc.XDRfloat
Decodes an object of class XDRfloat from a Double object.
obj_decode(Object) - Method in class com.distinct.rpc.XDRdouble
Decodes an object of class XDRdouble from a Double object.
obj_decode(Object) - Method in class com.distinct.rpc.XDRchar
Decodes an object of class XDRchar from a String object.
obj_decode(Object) - Method in class com.distinct.rpc.XDRboolean
Decodes an object of class XDRboolean from an Boolean object.
obj_encode_boolean(boolean) - Static method in class com.distinct.rpc.XDRObj
Encodes a boolean.
obj_encode_char(char) - Static method in class com.distinct.rpc.XDRObj
Encodes a character.
obj_encode_double(double) - Static method in class com.distinct.rpc.XDRObj
Encodes a double.
obj_encode_float(float) - Static method in class com.distinct.rpc.XDRObj
Encodes a float.
obj_encode_int(int) - Static method in class com.distinct.rpc.XDRObj
Encodes an integer.
obj_encode_long(long) - Static method in class com.distinct.rpc.XDRObj
Encodes a long.
obj_encode_opaque(byte[], int) - Static method in class com.distinct.rpc.XDRObj
Encodes opaque data with a fixed length.
obj_encode_short(short) - Static method in class com.distinct.rpc.XDRObj
Encodes a short.
obj_encode_String(String) - Static method in class com.distinct.rpc.XDRObj
Encodes a String with a variable length.
obj_encode_String(String, int) - Static method in class com.distinct.rpc.XDRObj
Encodes a String with a fixed length.
obj_encode() - Method in interface com.distinct.rpc.XMLRPCType
Encodes an object of this class to the XMLRPC standard format.
obj_encode() - Method in class com.distinct.rpc.XDRstring
Encodes an object of class XDRstring into a String object.
obj_encode() - Method in class com.distinct.rpc.XDRshort
Encodes an object of class XDRshort into an Integer object.
obj_encode() - Method in class com.distinct.rpc.XDRlong
Encodes an object of class XDRlong into an Integer object.
obj_encode() - Method in class com.distinct.rpc.XDRint
Encodes an object of class XDRint into an Integer object.
obj_encode() - Method in class com.distinct.rpc.XDRfloat
Encodes an object of class XDRfloat into a Double object.
obj_encode() - Method in class com.distinct.rpc.XDRdouble
Encodes an object of class XDRdouble into a Double object.
obj_encode() - Method in class com.distinct.rpc.XDRchar
Encodes an object of class XDRchar into a String object.
obj_encode() - Method in class com.distinct.rpc.XDRboolean
Encodes an object of class XDRboolean into an Boolean object.
onReply(XDRType, InetAddress) - Method in interface com.distinct.rpc.BroadcastHandler
Called on each reply to a RPC broadcast request.
ordernum - Variable in class com.distinct.rpc.yp.ypresp_order
 
ordernum - Variable in class com.distinct.rpc.yp.ypmap_parms
 
out - Variable in class com.distinct.rpc.XDRStream
 

P

peer - Variable in class com.distinct.rpc.yp.ypresp_master
 
peer - Variable in class com.distinct.rpc.yp.ypmap_parms
 
peername - class com.distinct.rpc.yp.peername.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
peername: was typedef
peername() - Constructor for class com.distinct.rpc.yp.peername
 
Pmap - class com.distinct.rpc.Pmap.
Interface to the portmapper.
Pmap() - Constructor for class com.distinct.rpc.Pmap
 
Pmap(int, int, int, int) - Constructor for class com.distinct.rpc.Pmap
Creates a portmapper entry.
PMAPPORT - Static variable in class com.distinct.rpc.Pmap
 
PMAPPROC_CALLIT - Static variable in class com.distinct.rpc.Pmap
 
PMAPPROC_DUMP - Static variable in class com.distinct.rpc.Pmap
 
PMAPPROC_GETPORT - Static variable in class com.distinct.rpc.Pmap
 
PMAPPROC_NULL - Static variable in class com.distinct.rpc.Pmap
 
PMAPPROC_SET - Static variable in class com.distinct.rpc.Pmap
 
PMAPPROC_UNSET - Static variable in class com.distinct.rpc.Pmap
 
PMAPPROG - Static variable in class com.distinct.rpc.Pmap
 
PMAPVERS - Static variable in class com.distinct.rpc.Pmap
 
PMAPVERS_ORIG - Static variable in class com.distinct.rpc.Pmap
 
PMAPVERS_PROTO - Static variable in class com.distinct.rpc.Pmap
 
port - Variable in class com.distinct.rpc.yp.ypreq_xfr
 
Portmapper - class com.distinct.rpc.Portmapper.
The RPC Portmapper
Portmapper() - Constructor for class com.distinct.rpc.Portmapper
Constructor that creates and starts the portmapper service.
proc - Variable in class com.distinct.rpc.rpcbind.rpcb_rmtcallargs
 
proc - Variable in class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist
 
prog - Variable in class com.distinct.rpc.yp.ypreq_xfr
 
prog - Variable in class com.distinct.rpc.rpcbind.rpcb_rmtcallargs
 
prog - Variable in class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist
 
prog - Variable in class com.distinct.rpc.rpcbind.rpcbs_addrlist
 
PublicKeyDB - class com.distinct.rpc.PublicKeyDB.
Key database for Secure RPC.
PublicKeyDB(File) - Constructor for class com.distinct.rpc.PublicKeyDB
Creates a new secure RPC key database and initializes it from a local file.
PublicKeyDB(URL) - Constructor for class com.distinct.rpc.PublicKeyDB
Creates a new secure RPC key database and initializes it from an URL.
PublicKeyDBYP - class com.distinct.rpc.PublicKeyDBYP.
Connection to a NIS (Yellow Pages) publickey database for secure RPC keys.
PublicKeyDBYP(String) - Constructor for class com.distinct.rpc.PublicKeyDBYP
Creates an object that is connected to a NIS publickey database.
PublicKeyDBYP(String, String) - Constructor for class com.distinct.rpc.PublicKeyDBYP
Creates an object that is connected to a NIS publickey database.
put_byte(byte) - Method in class com.distinct.rpc.XDRStream
Writes one byte to the XDRStream.
put_byte(byte) - Method in class com.distinct.rpc.XDRRecordOutputStream
Writes one byte to the XDRRecordOutputStream.
put_byte(byte) - Method in class com.distinct.rpc.XDROutputStream
Writes one byte to the XDROutputStream.
put_bytes(byte[], int) - Method in class com.distinct.rpc.XDRStream
Writes a number of bytes to the XDRStream.
put_bytes(byte[], int) - Method in class com.distinct.rpc.XDRRecordOutputStream
Writes a number of bytes to the XDRRecordOutputStream.
put_bytes(byte[], int) - Method in class com.distinct.rpc.XDROutputStream
Writes a number of bytes to the XDROutputStream.

R

r_addr - Variable in class com.distinct.rpc.rpcbind.rpcb
 
r_maddr - Variable in class com.distinct.rpc.rpcbind.rpcb_entry
 
r_nc_netid - Variable in class com.distinct.rpc.rpcbind.rpcb_entry
 
r_nc_proto - Variable in class com.distinct.rpc.rpcbind.rpcb_entry
 
r_nc_protofmly - Variable in class com.distinct.rpc.rpcbind.rpcb_entry
 
r_nc_semantics - Variable in class com.distinct.rpc.rpcbind.rpcb_entry
 
r_netid - Variable in class com.distinct.rpc.rpcbind.rpcb
 
r_owner - Variable in class com.distinct.rpc.rpcbind.rpcb
 
r_prog - Variable in class com.distinct.rpc.rpcbind.rpcb
 
r_vers - Variable in class com.distinct.rpc.rpcbind.rpcb
 
RegisterServer(int, boolean) - Method in class com.distinct.rpc.JRPCServer
Registers the RPC server in the local portmapper.
RegisterServer(int, int, boolean) - Method in class com.distinct.rpc.JRPCServer
Registers the RPC server in the local portmapper.
remoteCall(InetAddress, int, XDRType, XDRType, int) - Method in class com.distinct.rpc.Pmap
Calls a server via the Portmapper's CALLIT interface (and also sets the portnumber of the server in the Pmap object).
reset() - Method in class com.distinct.rpc.XDRStream
Clears the XDRStream.
reset() - Method in class com.distinct.rpc.XDRRecordOutputStream
Resets the stream.
reset() - Method in class com.distinct.rpc.XDRRecordInputStream
Clears the XDRInputStream.
reset() - Method in class com.distinct.rpc.XDROutputStream
Just resets the written byte counter.
reset() - Method in class com.distinct.rpc.XDRInputStream
Clears the XDRInputStream.
results - Variable in class com.distinct.rpc.rpcbind.rpcb_rmtcallres
 
rmtinfo - Variable in class com.distinct.rpc.rpcbind.rpcb_stat
 
rp__list - class com.distinct.rpc.rpcbind.rp__list.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rp__list: was struct
rp__list() - Constructor for class com.distinct.rpc.rpcbind.rp__list
Default constructor for objects of class rp__list.
rp__list(rpcb, rp__list) - Constructor for class com.distinct.rpc.rpcbind.rp__list
Creates an object of class rp__list.
RPCAuthError - exception com.distinct.rpc.RPCAuthError.
Interface to the portmapper.
RPCAuthError(int) - Constructor for class com.distinct.rpc.RPCAuthError
Thrown when an authentication failed.
rpcb - class com.distinct.rpc.rpcbind.rpcb.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb: was struct
rpcb_entry - class com.distinct.rpc.rpcbind.rpcb_entry.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_entry: was struct
rpcb_entry_list - class com.distinct.rpc.rpcbind.rpcb_entry_list.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_entry_list: was struct
rpcb_entry_list_ptr - class com.distinct.rpc.rpcbind.rpcb_entry_list_ptr.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_entry_list_ptr: was typedef
rpcb_entry_list_ptr() - Constructor for class com.distinct.rpc.rpcbind.rpcb_entry_list_ptr
Default constructor for objects of class rpcb_entry_list_ptr.
rpcb_entry_list_ptr(rpcb_entry_list) - Constructor for class com.distinct.rpc.rpcbind.rpcb_entry_list_ptr
Creates an object of class value.
rpcb_entry_list() - Constructor for class com.distinct.rpc.rpcbind.rpcb_entry_list
Default constructor for objects of class rpcb_entry_list.
rpcb_entry_list(rpcb_entry, rpcb_entry_list) - Constructor for class com.distinct.rpc.rpcbind.rpcb_entry_list
Creates an object of class rpcb_entry_list.
rpcb_entry_map - Variable in class com.distinct.rpc.rpcbind.rpcb_entry_list
 
rpcb_entry_next - Variable in class com.distinct.rpc.rpcbind.rpcb_entry_list
 
rpcb_entry() - Constructor for class com.distinct.rpc.rpcbind.rpcb_entry
Default constructor for objects of class rpcb_entry.
rpcb_entry(String, String, int, String, String) - Constructor for class com.distinct.rpc.rpcbind.rpcb_entry
Creates an object of class rpcb_entry.
rpcb_map - Variable in class com.distinct.rpc.rpcbind.rp__list
 
rpcb_next - Variable in class com.distinct.rpc.rpcbind.rp__list
 
RPCB_PORT - Static variable in class com.distinct.rpc.RPCBind
 
RPCB_PORT - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCB_PORT - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
rpcb_rmtcallargs - class com.distinct.rpc.rpcbind.rpcb_rmtcallargs.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_rmtcallargs: was struct
rpcb_rmtcallargs() - Constructor for class com.distinct.rpc.rpcbind.rpcb_rmtcallargs
Default constructor for objects of class rpcb_rmtcallargs.
rpcb_rmtcallargs(int, int, int, byte[]) - Constructor for class com.distinct.rpc.rpcbind.rpcb_rmtcallargs
Creates an object of class rpcb_rmtcallargs.
rpcb_rmtcallres - class com.distinct.rpc.rpcbind.rpcb_rmtcallres.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_rmtcallres: was struct
rpcb_rmtcallres() - Constructor for class com.distinct.rpc.rpcbind.rpcb_rmtcallres
Default constructor for objects of class rpcb_rmtcallres.
rpcb_rmtcallres(String, byte[]) - Constructor for class com.distinct.rpc.rpcbind.rpcb_rmtcallres
Creates an object of class rpcb_rmtcallres.
rpcb_stat - class com.distinct.rpc.rpcbind.rpcb_stat.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_stat: was struct
rpcb_stat_byvers - class com.distinct.rpc.rpcbind.rpcb_stat_byvers.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcb_stat_byvers: was typedef
rpcb_stat_byvers() - Constructor for class com.distinct.rpc.rpcbind.rpcb_stat_byvers
Default constructor for objects of class rpcb_stat_byvers.
rpcb_stat_byvers(rpcb_stat[]) - Constructor for class com.distinct.rpc.rpcbind.rpcb_stat_byvers
Creates an object of class value.
rpcb_stat() - Constructor for class com.distinct.rpc.rpcbind.rpcb_stat
Default constructor for objects of class rpcb_stat.
rpcb_stat(rpcbs_proc, int, int, rpcbs_addrlist_ptr, rpcbs_rmtcalllist_ptr) - Constructor for class com.distinct.rpc.rpcbind.rpcb_stat
Creates an object of class rpcb_stat.
rpcb() - Constructor for class com.distinct.rpc.rpcbind.rpcb
Default constructor for objects of class rpcb.
rpcb(int, int, String, String, String) - Constructor for class com.distinct.rpc.rpcbind.rpcb
Creates an object of class rpcb.
rpcbcl - class com.distinct.rpc.rpcbind.rpcbcl.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x"
.
rpcbcl(ClientGeneric) - Constructor for class com.distinct.rpc.rpcbind.rpcbcl
Creates an RPC client for a server that implements the "rpcbcl" interface.
rpcbcl(int, InetAddress, boolean) - Constructor for class com.distinct.rpc.rpcbind.rpcbcl
Creates and connects an RPC client for a server that implements the "rpcbcl" interface.
rpcbcl(int, InetAddress, int, boolean) - Constructor for class com.distinct.rpc.rpcbind.rpcbcl
Creates and connects an RPC client for a server that implements the "rpcbcl" interface.
rpcbind - class com.distinct.rpc.rpcbind.rpcbind.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x"
.
RPCBind - class com.distinct.rpc.RPCBind.
The RPCBind server
RPCBind() - Constructor for class com.distinct.rpc.RPCBind
Constructor that creates and starts the RPCBind service.
rpcbind(ClientGeneric) - Constructor for class com.distinct.rpc.rpcbind.rpcbind
Creates an RPC client for a server that implements the "rpcbind" interface.
rpcbind(int, InetAddress, boolean) - Constructor for class com.distinct.rpc.rpcbind.rpcbind
Creates and connects an RPC client for a server that implements the "rpcbind" interface.
rpcbind(int, InetAddress, int, boolean) - Constructor for class com.distinct.rpc.rpcbind.rpcbind
Creates and connects an RPC client for a server that implements the "rpcbind" interface.
rpcblist_ptr - class com.distinct.rpc.rpcbind.rpcblist_ptr.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcblist_ptr: was typedef
rpcblist_ptr() - Constructor for class com.distinct.rpc.rpcbind.rpcblist_ptr
Default constructor for objects of class rpcblist_ptr.
rpcblist_ptr(rp__list) - Constructor for class com.distinct.rpc.rpcbind.rpcblist_ptr
Creates an object of class value.
RPCBPROC_BCAST - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_BCAST - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_BCAST - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_BCAST_4(rpcb_rmtcallargs) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_BCAST" (version 4).
RPCBPROC_BCAST_4(rpcb_rmtcallargs) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_BCAST" (version 4).
RPCBPROC_CALLIT - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_CALLIT - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_CALLIT - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_CALLIT_3(rpcb_rmtcallargs) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_CALLIT" (version 3).
RPCBPROC_CALLIT_3(rpcb_rmtcallargs) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_CALLIT" (version 3).
RPCBPROC_DUMP - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_DUMP - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_DUMP - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_DUMP_3() - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_DUMP" (version 3).
RPCBPROC_DUMP_3() - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_DUMP" (version 3).
RPCBPROC_DUMP_4() - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_DUMP" (version 4).
RPCBPROC_DUMP_4() - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_DUMP" (version 4).
RPCBPROC_GETADDR - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_GETADDR - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_GETADDR - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_GETADDR_3(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_GETADDR" (version 3).
RPCBPROC_GETADDR_3(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_GETADDR" (version 3).
RPCBPROC_GETADDR_4(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_GETADDR" (version 4).
RPCBPROC_GETADDR_4(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_GETADDR" (version 4).
RPCBPROC_GETADDRLIST - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_GETADDRLIST - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_GETADDRLIST - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_GETADDRLIST_4(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_GETADDRLIST" (version 4).
RPCBPROC_GETADDRLIST_4(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_GETADDRLIST" (version 4).
RPCBPROC_GETSTAT - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_GETSTAT - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_GETSTAT - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_GETSTAT_4() - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_GETSTAT" (version 4).
RPCBPROC_GETSTAT_4() - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_GETSTAT" (version 4).
RPCBPROC_GETTIME - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_GETTIME - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_GETTIME - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_GETTIME_3() - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_GETTIME" (version 3).
RPCBPROC_GETTIME_3() - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_GETTIME" (version 3).
RPCBPROC_GETTIME_4() - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_GETTIME" (version 4).
RPCBPROC_GETTIME_4() - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_GETTIME" (version 4).
RPCBPROC_GETVERSADDR - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_GETVERSADDR - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_GETVERSADDR - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_GETVERSADDR_4(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_GETVERSADDR" (version 4).
RPCBPROC_GETVERSADDR_4(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_GETVERSADDR" (version 4).
RPCBPROC_INDIRECT - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_INDIRECT - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_INDIRECT - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_INDIRECT_4(rpcb_rmtcallargs) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_INDIRECT" (version 4).
RPCBPROC_INDIRECT_4(rpcb_rmtcallargs) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_INDIRECT" (version 4).
RPCBPROC_SET - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_SET - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_SET - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_SET_3(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_SET" (version 3).
RPCBPROC_SET_3(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_SET" (version 3).
RPCBPROC_SET_4(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_SET" (version 4).
RPCBPROC_SET_4(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_SET" (version 4).
RPCBPROC_TADDR2UADDR - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_TADDR2UADDR - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_TADDR2UADDR - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_TADDR2UADDR_3(netbuf) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_TADDR2UADDR" (version 3).
RPCBPROC_TADDR2UADDR_3(netbuf) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_TADDR2UADDR" (version 3).
RPCBPROC_TADDR2UADDR_4(netbuf) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_TADDR2UADDR" (version 4).
RPCBPROC_TADDR2UADDR_4(netbuf) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_TADDR2UADDR" (version 4).
RPCBPROC_UADDR2TADDR - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_UADDR2TADDR - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_UADDR2TADDR - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_UADDR2TADDR_3(String) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_UADDR2TADDR" (version 3).
RPCBPROC_UADDR2TADDR_3(String) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_UADDR2TADDR" (version 3).
RPCBPROC_UADDR2TADDR_4(String) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_UADDR2TADDR" (version 4).
RPCBPROC_UADDR2TADDR_4(String) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_UADDR2TADDR" (version 4).
RPCBPROC_UNSET - Static variable in class com.distinct.rpc.RPCBind
 
RPCBPROC_UNSET - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBPROC_UNSET - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBPROC_UNSET_3(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_UNSET" (version 3).
RPCBPROC_UNSET_3(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_UNSET" (version 3).
RPCBPROC_UNSET_4(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbind
Stub method that invokes the server function "RPCBPROC_UNSET" (version 4).
RPCBPROC_UNSET_4(rpcb) - Method in class com.distinct.rpc.rpcbind.rpcbcl
Stub method that invokes the server function "RPCBPROC_UNSET" (version 4).
RPCBPROG - Static variable in class com.distinct.rpc.RPCBind
Program ID of the interface.
RPCBPROG - Static variable in class com.distinct.rpc.rpcbind.rpcbind
Program ID of the interface.
RPCBPROG - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
Program ID of the interface.
rpcbs_addrlist - class com.distinct.rpc.rpcbind.rpcbs_addrlist.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcbs_addrlist: was struct
rpcbs_addrlist_ptr - class com.distinct.rpc.rpcbind.rpcbs_addrlist_ptr.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcbs_addrlist_ptr: was typedef
rpcbs_addrlist_ptr() - Constructor for class com.distinct.rpc.rpcbind.rpcbs_addrlist_ptr
Default constructor for objects of class rpcbs_addrlist_ptr.
rpcbs_addrlist_ptr(rpcbs_addrlist) - Constructor for class com.distinct.rpc.rpcbind.rpcbs_addrlist_ptr
Creates an object of class value.
rpcbs_addrlist() - Constructor for class com.distinct.rpc.rpcbind.rpcbs_addrlist
Default constructor for objects of class rpcbs_addrlist.
rpcbs_addrlist(int, int, int, int, String, rpcbs_addrlist) - Constructor for class com.distinct.rpc.rpcbind.rpcbs_addrlist
Creates an object of class rpcbs_addrlist.
rpcbs_proc - class com.distinct.rpc.rpcbind.rpcbs_proc.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcbs_proc: was typedef
rpcbs_proc() - Constructor for class com.distinct.rpc.rpcbind.rpcbs_proc
Default constructor for objects of class rpcbs_proc.
rpcbs_proc(int[]) - Constructor for class com.distinct.rpc.rpcbind.rpcbs_proc
Creates an object of class value.
rpcbs_rmtcalllist - class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcbs_rmtcalllist: was struct
rpcbs_rmtcalllist_ptr - class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist_ptr.
This class was automatically generated by Jrpcgen from the RPC/XDR file "rpcbind.x".
rpcbs_rmtcalllist_ptr: was typedef
rpcbs_rmtcalllist_ptr() - Constructor for class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist_ptr
Default constructor for objects of class rpcbs_rmtcalllist_ptr.
rpcbs_rmtcalllist_ptr(rpcbs_rmtcalllist) - Constructor for class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist_ptr
Creates an object of class value.
rpcbs_rmtcalllist() - Constructor for class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist
Default constructor for objects of class rpcbs_rmtcalllist.
rpcbs_rmtcalllist(int, int, int, int, int, int, String, rpcbs_rmtcalllist) - Constructor for class com.distinct.rpc.rpcbind.rpcbs_rmtcalllist
Creates an object of class rpcbs_rmtcalllist.
RPCBSTAT_HIGHPROC - Static variable in class com.distinct.rpc.RPCBind
 
RPCBSTAT_HIGHPROC - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBSTAT_HIGHPROC - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBVERS - Static variable in class com.distinct.rpc.RPCBind
Version ID of the interface.
RPCBVERS - Static variable in class com.distinct.rpc.rpcbind.rpcbind
Version ID of the interface.
RPCBVERS - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
Version ID of the interface.
RPCBVERS_2_STAT - Static variable in class com.distinct.rpc.RPCBind
 
RPCBVERS_2_STAT - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBVERS_2_STAT - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBVERS_3_STAT - Static variable in class com.distinct.rpc.RPCBind
 
RPCBVERS_3_STAT - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBVERS_3_STAT - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBVERS_4_STAT - Static variable in class com.distinct.rpc.RPCBind
 
RPCBVERS_4_STAT - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBVERS_4_STAT - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBVERS_STAT - Static variable in class com.distinct.rpc.RPCBind
 
RPCBVERS_STAT - Static variable in class com.distinct.rpc.rpcbind.rpcbind
 
RPCBVERS_STAT - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
 
RPCBVERS4 - Static variable in class com.distinct.rpc.RPCBind
Version ID of the interface.
RPCBVERS4 - Static variable in class com.distinct.rpc.rpcbind.rpcbind
Version ID of the interface.
RPCBVERS4 - Static variable in class com.distinct.rpc.rpcbind.rpcbcl
Version ID of the interface.
RPCDecodeError - exception com.distinct.rpc.RPCDecodeError.
Thrown when a problem occurs during XDR decoding.
RPCDecodeError(String) - Constructor for class com.distinct.rpc.RPCDecodeError
Creates a new RPCDecodeError exception (reason is JRPC.kRPC_CANTDECODERES)
RPCEntry - class com.distinct.rpc.RPCEntry.
Holds information about named RPC services.
RPCError - exception com.distinct.rpc.RPCError.
Defines the XDR interface for all classes that implement types that can be written to or read from XDRStreams.
RPCError(String) - Constructor for class com.distinct.rpc.RPCError
Creates a new RPCError exception (reason is by default JRPC.kRPC_FAILED)
RPCError(String, int) - Constructor for class com.distinct.rpc.RPCError
Creates a new RPCError exception.
RPCServerError - exception com.distinct.rpc.RPCServerError.
Thrown when an RPC server is not available (not registered at the Portmapper).
RPCServerError(String) - Constructor for class com.distinct.rpc.RPCServerError
Creates a new RPCServerError exception (reason is JRPC.kRPC_PROGNOTREGISTERED)
RPCTimeoutError - exception com.distinct.rpc.RPCTimeoutError.
Thrown when an RPC waits longer than the timeout value of the client.
RPCTimeoutError(String) - Constructor for class com.distinct.rpc.RPCTimeoutError
Creates a new RPCTimeoutError exception (reason is JRPC.kRPC_TIMEDOUT)
RPCXMLError - exception com.distinct.rpc.RPCXMLError.
Thrown when an RPC server is not available (not registered at the Portmapper).
RPCXMLError(int, String) - Constructor for class com.distinct.rpc.RPCXMLError
Creates a new RPCServerError exception (reason is JRPC.kRPC_PROGNOTREGISTERED)
run() - Method in class com.distinct.rpc.JRPCServer
The TCP server thread.

S

set(InetAddress) - Method in class com.distinct.rpc.Pmap
Registeres an entry in the portmapper of a given host.
This method creates a temporary UDP client for calling the portmapper.
setAuthOpaque(byte[]) - Method in class com.distinct.rpc.Auth
Sets the opaque data of the authenticator.
SetClient(ClientGeneric) - Method in class com.distinct.rpc.JRPCClient
Sets the protocol client.
setClientData(Object) - Method in class com.distinct.rpc.JRPCServer
Sets client-specific data for this server thread.
setCredential(Auth) - Method in class com.distinct.rpc.ClientSecureRPC
Sets a new authenticator and (if it is of type AuthDes) updates also the corresponding verifier.