Overview
Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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.
setCredential(Auth)
- Method in class com.distinct.rpc.
ClientGeneric
Each outgoing call includes a credential, containing a description of the identity of the caller and a verifier used for authenticating this identity.
setFlavor(int)
- Method in class com.distinct.rpc.
Auth
Sets the flavor identifier.
setGid(int)
- Method in class com.distinct.rpc.
AuthUnix
Sets the authenticator's group identifier.
setGids(int[])
- Method in class com.distinct.rpc.
AuthUnix
Sets the authenticator's additional group identifiers.
setinfo
- Variable in class com.distinct.rpc.rpcbind.
rpcb_stat
setMachineName(String)
- Method in class com.distinct.rpc.
AuthUnix
Sets the authenticator's machinename.
setMultithreaded(boolean, int)
- Method in class com.distinct.rpc.
JRPCServer
Selects whether the server can serve multiple requests concurrently.
setResend(int)
- Method in class com.distinct.rpc.
ClientUDP
Changes the timeout value for retransmission of the request (UDP only, default is 5s).
setResend(int)
- Method in class com.distinct.rpc.
ClientTCP
Changes the timeout value for retransmission of the request (no function for TCP).
setResend(int)
- Method in class com.distinct.rpc.
ClientSecureRPC
Changes the timeout value for retransmission of the request (UDP only, default is 5s).
setResend(int)
- Method in class com.distinct.rpc.
ClientHTTP
Changes the timeout value for retransmission of the request (no function for TCP).
setResend(int)
- Method in class com.distinct.rpc.
ClientGeneric
Changes the timeout value for retransmission of the request (UDP only, default is 5s).
SetResend(int)
- Method in class com.distinct.rpc.
JRPCClient
Changes the timeout value for retransmission of the request (UDP only, default is 5 sec).
setRetryTimeout(int)
- Method in class com.distinct.rpc.
ClientUDP
Changes the timeout value for retransmission of the request (default is 5s).
setServerTime(int)
- Method in class com.distinct.rpc.
AuthDes
Sets the current system time of the server, measured in seconds, since midnight, January 1, 1970 UTC.
setsock_opt(boolean)
- Method in class com.distinct.rpc.
ClientTCP
setStreamed(boolean)
- Method in class com.distinct.rpc.
JRPCServer
Switches between the different TCP server implementations.
setTime(int)
- Method in class com.distinct.rpc.
AuthUnix
Sets the authenticator's timestamp.
setTimeout(int)
- Method in class com.distinct.rpc.
ClientUDP
Changes the timeout value for waiting on server replies (default is 25s).
setTimeout(int)
- Method in class com.distinct.rpc.
ClientTCP
Changes the timeout value for waiting on server replies (default is 25s).
setTimeout(int)
- Method in class com.distinct.rpc.
ClientSecureRPC
Changes the timeout value for waiting on server replies (default is 25s).
setTimeout(int)
- Method in class com.distinct.rpc.
ClientHTTP
Changes the timeout value for waiting on server replies (default is 25s).
setTimeout(int)
- Method in class com.distinct.rpc.
ClientGeneric
Changes the timeout value for waiting on server replies (default is 25s).
SetTimeout(int)
- Method in class com.distinct.rpc.
JRPCClient
Changes the timeout value for waiting on server replies.
setTimeout(long)
- Method in class com.distinct.rpc.
XDRInputStream
Obsolete since JDK 1.1.
setUid(int)
- Method in class com.distinct.rpc.
AuthUnix
Sets the authenticator's user identifier.
setVerifier(Auth)
- Method in class com.distinct.rpc.
ClientGeneric
Each outgoing call includes a credential, containing a description of the identity of the caller and a verifier used for authenticating this identity.
StartTCP(int)
- Method in class com.distinct.rpc.
JRPCServer
Starts the TPC server and its thread.
StartTCP(ServerSocket)
- Method in class com.distinct.rpc.
JRPCServer
Starts the TPC server and its thread.
StartUDP(DatagramSocket)
- Method in class com.distinct.rpc.
JRPCServer
Starts the UDP server and its thread.
StartUDP(int)
- Method in class com.distinct.rpc.
JRPCServer
Starts the UDP server and its thread.
stat
- Variable in class com.distinct.rpc.yp.
ypresp_val
stat
- Variable in class com.distinct.rpc.yp.
ypresp_order
stat
- Variable in class com.distinct.rpc.yp.
ypresp_master
stat
- Variable in class com.distinct.rpc.yp.
ypresp_maplist
stat
- Variable in class com.distinct.rpc.yp.
ypresp_key_val
status
- Variable in class com.distinct.rpc.yp.
yppushresp_xfr
Stop(boolean)
- Method in class com.distinct.rpc.
JRPCServer
Stops the server.
success
- Variable in class com.distinct.rpc.rpcbind.
rpcbs_rmtcalllist
success
- Variable in class com.distinct.rpc.rpcbind.
rpcbs_addrlist
T
transid
- Variable in class com.distinct.rpc.yp.
ypresp_xfr
transid
- Variable in class com.distinct.rpc.yp.
ypreq_xfr
transid
- Variable in class com.distinct.rpc.yp.
yppushresp_xfr
TRANSIENT_RANGE
- Static variable in class com.distinct.rpc.
Pmap
U
UnregisterServer()
- Method in class com.distinct.rpc.
JRPCServer
Unregisters the RPC server in the local portmapper.
UnregisterServer(int)
- Method in class com.distinct.rpc.
JRPCServer
Unregisters the RPC server in the local portmapper.
unset(InetAddress)
- Method in class com.distinct.rpc.
Pmap
Unregisteres an entry in the portmapper of a given host.
unsetinfo
- Variable in class com.distinct.rpc.rpcbind.
rpcb_stat
update()
- Method in class com.distinct.rpc.
AuthDes
Updates the authenticator for a new call with the latest timestamp.
V
val
- Variable in class com.distinct.rpc.yp.
ypresp_val
val
- Variable in class com.distinct.rpc.yp.
ypresp_key_val
val
- Variable in class com.distinct.rpc.yp.
ypresp_all
valdat
- class com.distinct.rpc.yp.
valdat
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
valdat: was typedef
valdat()
- Constructor for class com.distinct.rpc.yp.
valdat
validate(Auth)
- Method in class com.distinct.rpc.
AuthDes
Checks whether the other authenticator (the one returned from the server) fits to this one and updates the status of this instance if required.
value
- Variable in class com.distinct.rpc.
XDRstring
value
- Variable in class com.distinct.rpc.
XDRshort
value
- Variable in class com.distinct.rpc.
XDRopaque
value
- Variable in class com.distinct.rpc.
XDRlong
value
- Variable in class com.distinct.rpc.
XDRint
value
- Variable in class com.distinct.rpc.
XDRfloat
value
- Variable in class com.distinct.rpc.
XDRdouble
value
- Variable in class com.distinct.rpc.
XDRchar
value
- Variable in class com.distinct.rpc.
XDRboolean
value
- Variable in class com.distinct.rpc.yp.
ypxfrstat
value
- Variable in class com.distinct.rpc.yp.
ypstat
value
- Variable in class com.distinct.rpc.yp.
yppush_status
value
- Variable in class com.distinct.rpc.yp.
ypbind_resptype
value
- Variable in class com.distinct.rpc.yp.
valdat
value
- Variable in class com.distinct.rpc.yp.
peername
value
- Variable in class com.distinct.rpc.yp.
mapname
value
- Variable in class com.distinct.rpc.yp.
keydat
value
- Variable in class com.distinct.rpc.yp.
domainname
value
- Variable in class com.distinct.rpc.rpcbind.
rpcb_stat_byvers
value
- Variable in class com.distinct.rpc.rpcbind.
rpcb_entry_list_ptr
value
- Variable in class com.distinct.rpc.rpcbind.
rpcbs_rmtcalllist_ptr
value
- Variable in class com.distinct.rpc.rpcbind.
rpcbs_proc
value
- Variable in class com.distinct.rpc.rpcbind.
rpcbs_addrlist_ptr
value
- Variable in class com.distinct.rpc.rpcbind.
rpcblist_ptr
vers
- Variable in class com.distinct.rpc.rpcbind.
rpcb_rmtcallargs
vers
- Variable in class com.distinct.rpc.rpcbind.
rpcbs_rmtcalllist
vers
- Variable in class com.distinct.rpc.rpcbind.
rpcbs_addrlist
X
xdr_decode_boolean()
- Method in class com.distinct.rpc.
XDRStream
Decodes a boolean in compliance to RFC 1832 (XDR).
xdr_decode_char()
- Method in class com.distinct.rpc.
XDRStream
Decodes a character in compliance to RFC 1832 (XDR).
xdr_decode_double()
- Method in class com.distinct.rpc.
XDRStream
Decodes a double in compliance to RFC 1832 (XDR).
xdr_decode_float()
- Method in class com.distinct.rpc.
XDRStream
Decodes a float in compliance to RFC 1832 (XDR).
xdr_decode_int()
- Method in class com.distinct.rpc.
XDRStream
Decodes an integer in compliance to RFC 1832 (XDR).
xdr_decode_long()
- Method in class com.distinct.rpc.
XDRStream
Decodes a long in compliance to RFC 1832 (XDR).
xdr_decode_opaque()
- Method in class com.distinct.rpc.
XDRStream
Decodes an opaque byte array in compliance to RFC 1832 (XDR).
xdr_decode_opaque(int)
- Method in class com.distinct.rpc.
XDRStream
Decodes an opaque byte array in compliance to RFC 1832 (XDR).
xdr_decode_short()
- Method in class com.distinct.rpc.
XDRStream
Decodes a short in compliance to RFC 1832 (XDR).
xdr_decode_string()
- Method in class com.distinct.rpc.
XDRStream
Decodes a string in compliance to RFC 1832 (XDR).
xdr_decode_string(int)
- Method in class com.distinct.rpc.
XDRStream
Decodes a string in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
XDRvoid
Decodes an object of class void in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in interface com.distinct.rpc.
XDRType
Encodes the object in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
XDRstring
Decodes an object of class XDRstring in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
XDRshort
Decodes an object of class XDRshort in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
XDRopaque
Decodes an object of class opaque in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
XDRlong
Decodes an object of class XDRlong in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
XDRint
Decodes an object of class XDRint in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
XDRfloat
Decodes an object of class XDRfloat in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
XDRdouble
Decodes an object of class XDRdouble in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
XDRchar
Decodes an object of class XDRchar in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
XDRboolean
Decodes an object of class XDRboolean in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
Pmap
Decodes a portmapper entry in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
AuthUnix
Decodes an authenticator in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.
Auth
Decodes an authenticator in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypxfrstat
Decodes an object of class ypxfrstat in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypstat
Decodes an object of class ypstat in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_xfr
Decodes an object of class ypresp_xfr in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_val
Decodes an object of class ypresp_val in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_order
Decodes an object of class ypresp_order in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_master
Decodes an object of class ypresp_master in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_maplist
Decodes an object of class ypresp_maplist in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_key_val
Decodes an object of class ypresp_key_val in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_all
Decodes an object of class ypresp_all in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypreq_xfr
Decodes an object of class ypreq_xfr in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypreq_nokey
Decodes an object of class ypreq_nokey in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypreq_key
Decodes an object of class ypreq_key in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
yppush_status
Decodes an object of class yppush_status in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
yppushresp_xfr
Decodes an object of class yppushresp_xfr in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypmap_parms
Decodes an object of class ypmap_parms in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypmaplist
Decodes an object of class ypmaplist in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypbind_setdom
Decodes an object of class ypbind_setdom in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypbind_resptype
Decodes an object of class ypbind_resptype in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypbind_resp
Decodes an object of class ypbind_resp in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypbind_binding
Decodes an object of class ypbind_binding in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
valdat
Decodes an object of class valdat in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
peername
Decodes an object of class peername in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
mapname
Decodes an object of class mapname in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
keydat
Decodes an object of class keydat in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.yp.
domainname
Decodes an object of class domainname in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rp__list
Decodes an object of class rp__list in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_stat_byvers
Decodes an object of class rpcb_stat_byvers in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_stat
Decodes an object of class rpcb_stat in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_rmtcallres
Decodes an object of class rpcb_rmtcallres in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_rmtcallargs
Decodes an object of class rpcb_rmtcallargs in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_entry_list_ptr
Decodes an object of class rpcb_entry_list_ptr in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_entry_list
Decodes an object of class rpcb_entry_list in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_entry
Decodes an object of class rpcb_entry in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcbs_rmtcalllist_ptr
Decodes an object of class rpcbs_rmtcalllist_ptr in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcbs_rmtcalllist
Decodes an object of class rpcbs_rmtcalllist in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcbs_proc
Decodes an object of class rpcbs_proc in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcbs_addrlist_ptr
Decodes an object of class rpcbs_addrlist_ptr in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcbs_addrlist
Decodes an object of class rpcbs_addrlist in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcblist_ptr
Decodes an object of class rpcblist_ptr in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb
Decodes an object of class rpcb in compliance to RFC 1832 (XDR).
xdr_decode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
netbuf
Decodes an object of class netbuf in compliance to RFC 1832 (XDR).
xdr_encode_boolean(boolean)
- Method in class com.distinct.rpc.
XDRStream
Encodes a boolean in compliance to RFC 1832 (XDR).
xdr_encode_char(char)
- Method in class com.distinct.rpc.
XDRStream
Encodes a character in compliance to RFC 1832 (XDR).
xdr_encode_double(double)
- Method in class com.distinct.rpc.
XDRStream
Encodes a double in compliance to RFC 1832 (XDR).
xdr_encode_float(float)
- Method in class com.distinct.rpc.
XDRStream
Encodes a float in compliance to RFC 1832 (XDR).
xdr_encode_int(int)
- Method in class com.distinct.rpc.
XDRStream
Encodes an integer in compliance to RFC 1832 (XDR).
xdr_encode_long(long)
- Method in class com.distinct.rpc.
XDRStream
Encodes a long in compliance to RFC 1832 (XDR).
xdr_encode_opaque(byte[])
- Method in class com.distinct.rpc.
XDRStream
Encodes an opaque array in compliance to RFC 1832 (XDR).
xdr_encode_opaque(byte[], int)
- Method in class com.distinct.rpc.
XDRStream
Encodes an opaque array in compliance to RFC 1832 (XDR).
xdr_encode_short(short)
- Method in class com.distinct.rpc.
XDRStream
Encodes a short in compliance to RFC 1832 (XDR).
xdr_encode_string(String)
- Method in class com.distinct.rpc.
XDRStream
Encodes a string in compliance to RFC 1832 (XDR).
xdr_encode_string(String, int)
- Method in class com.distinct.rpc.
XDRStream
Encodes a string in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
XDRvoid
Encodes an object of class void in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in interface com.distinct.rpc.
XDRType
Decodes the object in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
XDRstring
Encodes an object of class XDRstring in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
XDRshort
Encodes an object of class XDRshort in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
XDRopaque
Encodes an object of class opaque in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
XDRlong
Encodes an object of class XDRlong in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
XDRint
Encodes an object of class XDRint in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
XDRfloat
Encodes an object of class XDRfloat in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
XDRdouble
Encodes an object of class XDRdouble in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
XDRchar
Encodes an object of class XDRchar in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
XDRboolean
Encodes an object of class XDRboolean in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
Pmap
Encodes a portmapper entry in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.
Auth
Encodes an authenticator in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypxfrstat
Encodes an object of class ypxfrstat in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypstat
Encodes an object of class ypstat in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_xfr
Encodes an object of class ypresp_xfr in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_val
Encodes an object of class ypresp_val in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_order
Encodes an object of class ypresp_order in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_master
Encodes an object of class ypresp_master in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_maplist
Encodes an object of class ypresp_maplist in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_key_val
Encodes an object of class ypresp_key_val in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypresp_all
Encodes an object of class ypresp_all in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypreq_xfr
Encodes an object of class ypreq_xfr in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypreq_nokey
Encodes an object of class ypreq_nokey in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypreq_key
Encodes an object of class ypreq_key in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
yppush_status
Encodes an object of class yppush_status in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
yppushresp_xfr
Encodes an object of class yppushresp_xfr in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypmap_parms
Encodes an object of class ypmap_parms in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypmaplist
Encodes an object of class ypmaplist in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypbind_setdom
Encodes an object of class ypbind_setdom in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypbind_resptype
Encodes an object of class ypbind_resptype in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypbind_resp
Encodes an object of class ypbind_resp in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
ypbind_binding
Encodes an object of class ypbind_binding in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
valdat
Encodes an object of class valdat in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
peername
Encodes an object of class peername in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
mapname
Encodes an object of class mapname in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
keydat
Encodes an object of class keydat in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.yp.
domainname
Encodes an object of class domainname in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rp__list
Encodes an object of class rp__list in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_stat_byvers
Encodes an object of class value in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_stat
Encodes an object of class rpcb_stat in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_rmtcallres
Encodes an object of class rpcb_rmtcallres in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_rmtcallargs
Encodes an object of class rpcb_rmtcallargs in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_entry_list_ptr
Encodes an object of class value in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_entry_list
Encodes an object of class rpcb_entry_list in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb_entry
Encodes an object of class rpcb_entry in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcbs_rmtcalllist_ptr
Encodes an object of class value in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcbs_rmtcalllist
Encodes an object of class rpcbs_rmtcalllist in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcbs_proc
Encodes an object of class value in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcbs_addrlist_ptr
Encodes an object of class value in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcbs_addrlist
Encodes an object of class rpcbs_addrlist in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcblist_ptr
Encodes an object of class value in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
rpcb
Encodes an object of class rpcb in compliance to RFC 1832 (XDR).
xdr_encode(XDRStream)
- Method in class com.distinct.rpc.rpcbind.
netbuf
Encodes an object of class netbuf in compliance to RFC 1832 (XDR).
XDRboolean
- class com.distinct.rpc.
XDRboolean
.
This wrapper class is used to encode or decode a parameter of type boolean to or from an XDRStream.
XDRboolean()
- Constructor for class com.distinct.rpc.
XDRboolean
Crates an object of class XDRboolean with unintialized value.
XDRboolean(boolean)
- Constructor for class com.distinct.rpc.
XDRboolean
Crates an object of class XDRboolean and initializes it with a string.
XDRchar
- class com.distinct.rpc.
XDRchar
.
This wrapper class is used to encode or decode a parameter of type char to or from an XDRStream.
XDRchar()
- Constructor for class com.distinct.rpc.
XDRchar
Crates an object of class XDRchar with unintialized value.
XDRchar(char)
- Constructor for class com.distinct.rpc.
XDRchar
Crates an object of class XDRchar and initializes it with a char.
XDRdouble
- class com.distinct.rpc.
XDRdouble
.
This wrapper class is used to encode or decode a parameter of type double to or from an XDRStream.
XDRdouble()
- Constructor for class com.distinct.rpc.
XDRdouble
Crates an object of class XDRdouble with unintialized value.
XDRdouble(double)
- Constructor for class com.distinct.rpc.
XDRdouble
Crates an object of class XDRdouble and initializes it with a string.
XDRfloat
- class com.distinct.rpc.
XDRfloat
.
This wrapper class is used to encode or decode a parameter of type float to or from an XDRStream.
XDRfloat()
- Constructor for class com.distinct.rpc.
XDRfloat
Crates an object of class XDRfloat with unintialized value.
XDRfloat(float)
- Constructor for class com.distinct.rpc.
XDRfloat
Crates an object of class XDRfloat and initializes it with a string.
XDRInputStream
- class com.distinct.rpc.
XDRInputStream
.
XDRInputStream implements an XDRStream that reads all encoded data from an InputStream.
XDRInputStream(InputStream)
- Constructor for class com.distinct.rpc.
XDRInputStream
Creates a new XDRInputStream from a Java InputStream.
XDRint
- class com.distinct.rpc.
XDRint
.
This wrapper class is used to encode or decode a parameter of type int to or from an XDRStream.
XDRint()
- Constructor for class com.distinct.rpc.
XDRint
Crates an object of class XDRint with unintialized value.
XDRint(int)
- Constructor for class com.distinct.rpc.
XDRint
Crates an object of class XDRint and initializes it with a string.
XDRlong
- class com.distinct.rpc.
XDRlong
.
This wrapper class is used to encode or decode a parameter of type long to or from an XDRStream.
XDRlong()
- Constructor for class com.distinct.rpc.
XDRlong
Crates an object of class XDRlong with unintialized value.
XDRlong(long)
- Constructor for class com.distinct.rpc.
XDRlong
Crates an object of class XDRlong and initializes it with a long.
XDRObj
- class com.distinct.rpc.
XDRObj
.
XDRObj()
- Constructor for class com.distinct.rpc.
XDRObj
XDRopaque
- class com.distinct.rpc.
XDRopaque
.
This wrapper class is used to encode or decode a parameter of type opaque to or from an XDRStream.
XDRopaque()
- Constructor for class com.distinct.rpc.
XDRopaque
XDROutputStream
- class com.distinct.rpc.
XDROutputStream
.
XDROutputStream implements an XDRStream that sends all encoded data to an OutputStream.
XDROutputStream(OutputStream)
- Constructor for class com.distinct.rpc.
XDROutputStream
Creates a new XDROutputStream from a Java OutputStream.
XDRRecordInputStream
- class com.distinct.rpc.
XDRRecordInputStream
.
XDRInputStream implements an XDRStream that reads all encoded data from an InputStream.
XDRRecordInputStream(InputStream)
- Constructor for class com.distinct.rpc.
XDRRecordInputStream
Creates a new XDRInputStream from a Java InputStream.
XDRRecordOutputStream
- class com.distinct.rpc.
XDRRecordOutputStream
.
XDROutputStream implements an XDRStream that sends all encoded data to an OutputStream.
XDRRecordOutputStream(OutputStream, int)
- Constructor for class com.distinct.rpc.
XDRRecordOutputStream
Creates a new XDRRecordOutputStream from a Java OutputStream.
XDRshort
- class com.distinct.rpc.
XDRshort
.
This wrapper class is used to encode or decode a parameter of type short to or from an XDRStream.
XDRshort()
- Constructor for class com.distinct.rpc.
XDRshort
Crates an object of class XDRshort with unintialized value.
XDRshort(short)
- Constructor for class com.distinct.rpc.
XDRshort
Crates an object of class XDRshort and initializes it with a short.
XDRStream
- class com.distinct.rpc.
XDRStream
.
XDRStream implements a dynamically growing buffer of bytes (in fact a queue).
XDRStream()
- Constructor for class com.distinct.rpc.
XDRStream
Creates a new XDRStream with default allocation size.
XDRStream(byte[], int)
- Constructor for class com.distinct.rpc.
XDRStream
Creates a new XDRStream initialized from a byte array.
XDRStream(int)
- Constructor for class com.distinct.rpc.
XDRStream
Creates a new XDRStream with a given allocation size.
XDRstring
- class com.distinct.rpc.
XDRstring
.
This wrapper class is used to encode or decode a parameter of type String to or from an XDRStream.
XDRstring()
- Constructor for class com.distinct.rpc.
XDRstring
Crates an object of class XDRstring with unintialized value.
XDRstring(String)
- Constructor for class com.distinct.rpc.
XDRstring
Crates an object of class XDRstring and initializes it with a string.
XDRType
- interface com.distinct.rpc.
XDRType
.
Defines the XDR interface for all classes that implement types that can be written to or read from XDRStreams.
XDRvoid
- class com.distinct.rpc.
XDRvoid
.
This wrapper class is used to encode or decode a parameter of type void to or from an XDRStream.
XDRvoid()
- Constructor for class com.distinct.rpc.
XDRvoid
xfrstat
- Variable in class com.distinct.rpc.yp.
ypresp_xfr
XMLRPCType
- interface com.distinct.rpc.
XMLRPCType
.
Defines the interface for all classes that implement types that can be written to or read from XML-RPC.
Y
yp
- class com.distinct.rpc.yp.
yp
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x"
.
YP_BADARGS
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_BADARGS
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_BADARGS
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_BADARGS
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
YP_BADDB
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_BADDB
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_BADDB
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_BADDB
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
YP_BADOP
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_BADOP
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_BADOP
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_BADOP
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
YP_FALSE
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_FALSE
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_FALSE
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_FALSE
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
YP_NODOM
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_NODOM
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_NODOM
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_NODOM
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
YP_NOKEY
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_NOKEY
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_NOKEY
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_NOKEY
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
YP_NOMAP
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_NOMAP
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_NOMAP
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_NOMAP
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
YP_NOMORE
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_NOMORE
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_NOMORE
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_NOMORE
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
YP_TRUE
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_TRUE
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_TRUE
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_TRUE
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
YP_VERS
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_VERS
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_VERS
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_VERS
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
YP_YPERR
- Static variable in class com.distinct.rpc.yp.
ypstat
Constant for enum ypstat
YP_YPERR
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypstat
YP_YPERR
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypstat
YP_YPERR
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypstat
yp(ClientGeneric)
- Constructor for class com.distinct.rpc.yp.
yp
Creates an RPC client for a server that implements the "yp" interface.
yp(InetAddress, boolean)
- Constructor for class com.distinct.rpc.yp.
yp
Creates and connects an RPC client for a server that implements the "yp" interface.
yp(InetAddress, int, boolean)
- Constructor for class com.distinct.rpc.yp.
yp
Creates and connects an RPC client for a server that implements the "yp" interface.
ypbind_bindinfo
- Variable in class com.distinct.rpc.yp.
ypbind_resp
ypbind_binding
- class com.distinct.rpc.yp.
ypbind_binding
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypbind_binding: was struct
ypbind_binding_addr
- Variable in class com.distinct.rpc.yp.
ypbind_binding
ypbind_binding_port
- Variable in class com.distinct.rpc.yp.
ypbind_binding
ypbind_binding()
- Constructor for class com.distinct.rpc.yp.
ypbind_binding
YPBIND_ERR_ERR
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
YPBIND_ERR_ERR
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
YPBIND_ERR_ERR
- Static variable in class com.distinct.rpc.yp.
yp
YPBIND_ERR_NOSERV
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
YPBIND_ERR_NOSERV
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
YPBIND_ERR_NOSERV
- Static variable in class com.distinct.rpc.yp.
yp
YPBIND_ERR_RESC
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
YPBIND_ERR_RESC
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
YPBIND_ERR_RESC
- Static variable in class com.distinct.rpc.yp.
yp
ypbind_error
- Variable in class com.distinct.rpc.yp.
ypbind_resp
YPBIND_FAIL_VAL
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypbind_resptype
YPBIND_FAIL_VAL
- Static variable in class com.distinct.rpc.yp.
ypbind_resptype
Constant for enum ypbind_resptype
YPBIND_FAIL_VAL
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypbind_resptype
YPBIND_FAIL_VAL
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypbind_resptype
ypbind_resp
- class com.distinct.rpc.yp.
ypbind_resp
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypbind_resp: was union
ypbind_resp()
- Constructor for class com.distinct.rpc.yp.
ypbind_resp
ypbind_resptype
- class com.distinct.rpc.yp.
ypbind_resptype
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypbind_resptype: was enum
ypbind_resptype()
- Constructor for class com.distinct.rpc.yp.
ypbind_resptype
ypbind_setdom
- class com.distinct.rpc.yp.
ypbind_setdom
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypbind_setdom: was struct
ypbind_setdom()
- Constructor for class com.distinct.rpc.yp.
ypbind_setdom
ypbind_status
- Variable in class com.distinct.rpc.yp.
ypbind_resp
YPBIND_SUCC_VAL
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypbind_resptype
YPBIND_SUCC_VAL
- Static variable in class com.distinct.rpc.yp.
ypbind_resptype
Constant for enum ypbind_resptype
YPBIND_SUCC_VAL
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypbind_resptype
YPBIND_SUCC_VAL
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypbind_resptype
YPBINDPROC_DOMAIN
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
YPBINDPROC_DOMAIN_2(domainname)
- Method in class com.distinct.rpc.yp.
YPBINDPROG
Stub method that invokes the server function "YPBINDPROC_DOMAIN" (version 2).
YPBINDPROC_NULL
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
YPBINDPROC_NULL_2()
- Method in class com.distinct.rpc.yp.
YPBINDPROG
Stub method that invokes the server function "YPBINDPROC_NULL" (version 2).
YPBINDPROC_SETDOM
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
YPBINDPROC_SETDOM_2(ypbind_setdom)
- Method in class com.distinct.rpc.yp.
YPBINDPROG
Stub method that invokes the server function "YPBINDPROC_SETDOM" (version 2).
YPBINDPROG
- class com.distinct.rpc.yp.
YPBINDPROG
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x"
.
YPBINDPROG
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Program ID of the interface.
YPBINDPROG(ClientGeneric)
- Constructor for class com.distinct.rpc.yp.
YPBINDPROG
Creates an RPC client for a server that implements the "YPBINDPROG" interface.
YPBINDPROG(InetAddress, boolean)
- Constructor for class com.distinct.rpc.yp.
YPBINDPROG
Creates and connects an RPC client for a server that implements the "YPBINDPROG" interface.
YPBINDPROG(InetAddress, int, boolean)
- Constructor for class com.distinct.rpc.yp.
YPBINDPROG
Creates and connects an RPC client for a server that implements the "YPBINDPROG" interface.
YPBINDVERS
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Version ID of the interface.
ypmap_parms
- class com.distinct.rpc.yp.
ypmap_parms
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypmap_parms: was struct
ypmap_parms()
- Constructor for class com.distinct.rpc.yp.
ypmap_parms
ypmaplist
- class com.distinct.rpc.yp.
ypmaplist
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypmaplist: was struct
ypmaplist()
- Constructor for class com.distinct.rpc.yp.
ypmaplist
YPMAXDOMAIN
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
YPMAXDOMAIN
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
YPMAXDOMAIN
- Static variable in class com.distinct.rpc.yp.
yp
YPMAXMAP
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
YPMAXMAP
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
YPMAXMAP
- Static variable in class com.distinct.rpc.yp.
yp
YPMAXPEER
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
YPMAXPEER
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
YPMAXPEER
- Static variable in class com.distinct.rpc.yp.
yp
YPMAXRECORD
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
YPMAXRECORD
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
YPMAXRECORD
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_ALL
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_ALL_2(ypreq_nokey)
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_ALL" (version 2).
YPPROC_CLEAR
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_CLEAR_2()
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_CLEAR" (version 2).
YPPROC_DOMAIN
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_DOMAIN_2(domainname)
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_DOMAIN" (version 2).
YPPROC_DOMAIN_NONACK
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_DOMAIN_NONACK_2(domainname)
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_DOMAIN_NONACK" (version 2).
YPPROC_FIRST
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_FIRST_2(ypreq_key)
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_FIRST" (version 2).
YPPROC_MAPLIST
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_MAPLIST_2(domainname)
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_MAPLIST" (version 2).
YPPROC_MASTER
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_MASTER_2(ypreq_nokey)
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_MASTER" (version 2).
YPPROC_MATCH
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_MATCH_2(ypreq_key)
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_MATCH" (version 2).
YPPROC_NEXT
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_NEXT_2(ypreq_key)
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_NEXT" (version 2).
YPPROC_NULL
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_NULL_2()
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_NULL" (version 2).
YPPROC_ORDER
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_ORDER_2(ypreq_nokey)
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_ORDER" (version 2).
YPPROC_XFR
- Static variable in class com.distinct.rpc.yp.
yp
YPPROC_XFR_2(ypreq_xfr)
- Method in class com.distinct.rpc.yp.
yp
Stub method that invokes the server function "YPPROC_XFR" (version 2).
YPPROG
- Static variable in class com.distinct.rpc.yp.
yp
Program ID of the interface.
YPPUSH_AGE
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_AGE
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_AGE
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_AGE
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_BADARGS
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_BADARGS
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_BADARGS
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_BADARGS
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_CLEAR
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_CLEAR
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_CLEAR
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_CLEAR
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_DBM
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_DBM
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_DBM
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_DBM
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_FILE
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_FILE
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_FILE
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_FILE
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_FORCE
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_FORCE
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_FORCE
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_FORCE
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_MADDR
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_MADDR
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_MADDR
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_MADDR
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_NODOM
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_NODOM
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_NODOM
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_NODOM
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_NOMAP
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_NOMAP
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_NOMAP
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_NOMAP
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_REFUSED
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_REFUSED
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_REFUSED
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_REFUSED
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_RPC
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_RPC
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_RPC
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_RPC
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_RSRC
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_RSRC
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_RSRC
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_RSRC
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_SKEW
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_SKEW
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_SKEW
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_SKEW
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
yppush_status
- class com.distinct.rpc.yp.
yppush_status
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
yppush_status: was enum
yppush_status()
- Constructor for class com.distinct.rpc.yp.
yppush_status
YPPUSH_SUCC
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_SUCC
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_SUCC
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_SUCC
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_XFRERR
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_XFRERR
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_XFRERR
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_XFRERR
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSH_XFRRESPPROG
- class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x"
.
YPPUSH_XFRRESPPROG
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Program ID of the interface.
YPPUSH_XFRRESPPROG(ClientGeneric)
- Constructor for class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Creates an RPC client for a server that implements the "YPPUSH_XFRRESPPROG" interface.
YPPUSH_XFRRESPPROG(InetAddress, boolean)
- Constructor for class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Creates and connects an RPC client for a server that implements the "YPPUSH_XFRRESPPROG" interface.
YPPUSH_XFRRESPPROG(InetAddress, int, boolean)
- Constructor for class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Creates and connects an RPC client for a server that implements the "YPPUSH_XFRRESPPROG" interface.
YPPUSH_XFRRESPVERS
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Version ID of the interface.
YPPUSH_YPERR
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum yppush_status
YPPUSH_YPERR
- Static variable in class com.distinct.rpc.yp.
yppush_status
Constant for enum yppush_status
YPPUSH_YPERR
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum yppush_status
YPPUSH_YPERR
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum yppush_status
YPPUSHPROC_NULL
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
YPPUSHPROC_NULL_1()
- Method in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Stub method that invokes the server function "YPPUSHPROC_NULL" (version 1).
YPPUSHPROC_XFRRESP
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
YPPUSHPROC_XFRRESP_1()
- Method in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Stub method that invokes the server function "YPPUSHPROC_XFRRESP" (version 1).
yppushresp_xfr
- class com.distinct.rpc.yp.
yppushresp_xfr
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
yppushresp_xfr: was struct
yppushresp_xfr()
- Constructor for class com.distinct.rpc.yp.
yppushresp_xfr
ypreq_key
- class com.distinct.rpc.yp.
ypreq_key
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypreq_key: was struct
ypreq_key()
- Constructor for class com.distinct.rpc.yp.
ypreq_key
ypreq_nokey
- class com.distinct.rpc.yp.
ypreq_nokey
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypreq_nokey: was struct
ypreq_nokey()
- Constructor for class com.distinct.rpc.yp.
ypreq_nokey
ypreq_xfr
- class com.distinct.rpc.yp.
ypreq_xfr
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypreq_xfr: was struct
ypreq_xfr()
- Constructor for class com.distinct.rpc.yp.
ypreq_xfr
ypresp_all
- class com.distinct.rpc.yp.
ypresp_all
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypresp_all: was union
ypresp_all()
- Constructor for class com.distinct.rpc.yp.
ypresp_all
ypresp_key_val
- class com.distinct.rpc.yp.
ypresp_key_val
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypresp_key_val: was struct
ypresp_key_val()
- Constructor for class com.distinct.rpc.yp.
ypresp_key_val
ypresp_maplist
- class com.distinct.rpc.yp.
ypresp_maplist
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypresp_maplist: was struct
ypresp_maplist()
- Constructor for class com.distinct.rpc.yp.
ypresp_maplist
ypresp_master
- class com.distinct.rpc.yp.
ypresp_master
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypresp_master: was struct
ypresp_master()
- Constructor for class com.distinct.rpc.yp.
ypresp_master
ypresp_order
- class com.distinct.rpc.yp.
ypresp_order
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypresp_order: was struct
ypresp_order()
- Constructor for class com.distinct.rpc.yp.
ypresp_order
ypresp_val
- class com.distinct.rpc.yp.
ypresp_val
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypresp_val: was struct
ypresp_val()
- Constructor for class com.distinct.rpc.yp.
ypresp_val
ypresp_xfr
- class com.distinct.rpc.yp.
ypresp_xfr
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypresp_xfr: was struct
ypresp_xfr()
- Constructor for class com.distinct.rpc.yp.
ypresp_xfr
ypsetdom_binding
- Variable in class com.distinct.rpc.yp.
ypbind_setdom
ypsetdom_domain
- Variable in class com.distinct.rpc.yp.
ypbind_setdom
ypsetdom_vers
- Variable in class com.distinct.rpc.yp.
ypbind_setdom
ypstat
- class com.distinct.rpc.yp.
ypstat
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypstat: was enum
ypstat()
- Constructor for class com.distinct.rpc.yp.
ypstat
YPVERS
- Static variable in class com.distinct.rpc.yp.
yp
Version ID of the interface.
YPXFR_AGE
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_AGE
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_AGE
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_AGE
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_BADARGS
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_BADARGS
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_BADARGS
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_BADARGS
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_CLEAR
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_CLEAR
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_CLEAR
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_CLEAR
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_DBM
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_DBM
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_DBM
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_DBM
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_FILE
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_FILE
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_FILE
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_FILE
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_FORCE
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_FORCE
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_FORCE
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_FORCE
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_MADDR
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_MADDR
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_MADDR
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_MADDR
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_NODOM
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_NODOM
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_NODOM
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_NODOM
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_NOMAP
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_NOMAP
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_NOMAP
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_NOMAP
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_REFUSED
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_REFUSED
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_REFUSED
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_REFUSED
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_RPC
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_RPC
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_RPC
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_RPC
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_RSRC
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_RSRC
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_RSRC
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_RSRC
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_SKEW
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_SKEW
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_SKEW
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_SKEW
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_SUCC
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_SUCC
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_SUCC
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_SUCC
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_XFRERR
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_XFRERR
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_XFRERR
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_XFRERR
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
YPXFR_YPERR
- Static variable in class com.distinct.rpc.yp.
ypxfrstat
Constant for enum ypxfrstat
YPXFR_YPERR
- Static variable in class com.distinct.rpc.yp.
YPPUSH_XFRRESPPROG
Constant for enum ypxfrstat
YPXFR_YPERR
- Static variable in class com.distinct.rpc.yp.
YPBINDPROG
Constant for enum ypxfrstat
YPXFR_YPERR
- Static variable in class com.distinct.rpc.yp.
yp
Constant for enum ypxfrstat
ypxfrstat
- class com.distinct.rpc.yp.
ypxfrstat
.
This class was automatically generated by Jrpcgen from the RPC/XDR file "yp.x".
ypxfrstat: was enum
ypxfrstat()
- Constructor for class com.distinct.rpc.yp.
ypxfrstat
A
B
C
D
E
F
G
I
J
K
M
N
O
P
R
S
T
U
V
X
Y
Overview
Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes