All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- addr.
Variable in class distinct.rpc.rpcbind.rpcb_rmtcallres
-
- addrinfo.
Variable in class distinct.rpc.rpcbind.rpcb_stat
-
- alloc_size.
Variable in class distinct.rpc.XDRStream
-
- args.
Variable in class distinct.rpc.rpcbind.rpcb_rmtcallargs
-
- Auth().
Constructor for class distinct.rpc.Auth
- Creates an authenticator of flavor AUTH_NULL.
- Auth(int, byte[]).
Constructor for class distinct.rpc.Auth
- Creates an authenticator of arbitrary flavor.
- AuthDes(String, BigInteger, BigInteger, int).
Constructor for class distinct.rpc.AuthDes
- Creates an authenticator of flavor AUTH_DES.
- AuthDes(String, String, String, PublicKeyDB, int).
Constructor for class distinct.rpc.AuthDes
- Creates an authenticator of flavor AUTH_DES.
- AuthDesServerDB(String, String, PublicKeyDB).
Constructor for class distinct.rpc.AuthDesServerDB
- Creates an authenticator database.
- AuthShort().
Constructor for class distinct.rpc.AuthShort
- Creates an empty authenticator of flavor AUTH_SHORT.
- AuthShort(Auth).
Constructor for class distinct.rpc.AuthShort
- Type-converter; Creates an authenticator of flavor AUTH_SHORT from a given authenticator of any type.
- AuthShort(byte[]).
Constructor for class distinct.rpc.AuthShort
- Creates an authenticator of flavor AUTH_SHORT.
- AuthUnix(Auth).
Constructor for class 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 distinct.rpc.AuthUnix
- Creates an authenticator of flavor AUTH_UNIX.
- BroadcastCall(int, int, int, XDRType, XDRType, BroadcastHandler).
Static method in class distinct.rpc.JRPCClient
- Calls all available servers by sending a broadcast message.
- buf.
Variable in class distinct.rpc.rpcbind.netbuf
-
- buffer.
Variable in class distinct.rpc.XDRStream
-
- Call(int, int, int, XDRType, XDRType).
Method in class distinct.rpc.ClientGeneric
- Calls the server.
- Call(int, int, int, XDRType, XDRType).
Method in class distinct.rpc.ClientHTTP
- Calls the server.
- Call(int, int, int, XDRType, XDRType).
Method in class distinct.rpc.ClientSecureRPC
- Calls the server.
- Call(int, int, int, XDRType, XDRType).
Method in class distinct.rpc.ClientTCP
- Calls the server.
- Call(int, int, int, XDRType, XDRType).
Method in class distinct.rpc.ClientUDP
- Calls the server.
- Call(int, XDRType, XDRType).
Method in class distinct.rpc.ClientGeneric
- Calls the server (if connected).
- Call(int, XDRType, XDRType).
Method in class distinct.rpc.JRPCClient
- Calls the server.
- checkAuth(Auth, Auth).
Method in class distinct.rpc.AuthDesServerDB
- Checks whether a credential fits to a verifier.
- ClientGeneric(InetAddress, int, int).
Constructor for class distinct.rpc.ClientGeneric
- Generic part of protocol client creation.
- ClientHTTP(String, String, String, int, int, boolean).
Constructor for class distinct.rpc.ClientHTTP
- Creates a new HTTP protocol object.
- ClientSecureRPC(ClientGeneric, AuthDes).
Constructor for class 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 distinct.rpc.ClientSecureRPC
- Creates a Secure RPC protocol client.
- ClientTCP(InetAddress, int, int).
Constructor for class distinct.rpc.ClientTCP
- Creates a new TCP protocol object.
- ClientTCP(InetAddress, int, int, int).
Constructor for class distinct.rpc.ClientTCP
- Creates a new TCP protocol object and connects it to a server with a known port.
- ClientUDP(InetAddress, int, int).
Constructor for class distinct.rpc.ClientUDP
- Creates a new UDP protocol object.
- ClientUDP(InetAddress, int, int, int).
Constructor for class distinct.rpc.ClientUDP
- Creates a new UDP protocol object and connects it to a server with a known port.
- close().
Method in class distinct.rpc.ClientGeneric
- Closes the connection and frees the socket resource.
- close().
Method in class distinct.rpc.ClientHTTP
- Closes the connection and frees the socket resource.
- close().
Method in class distinct.rpc.ClientSecureRPC
- Closes the connection and frees the socket resource.
- close().
Method in class distinct.rpc.ClientTCP
- Closes the connection and frees the socket resource.
- close().
Method in class distinct.rpc.ClientUDP
- Closes the connection and frees the socket resource.
- CloseClient().
Method in class distinct.rpc.JRPCClient
- Closes the RPC client and frees the resources.
- DoAuth(int, Auth, Auth).
Method in class distinct.rpc.JRPCServer
- Overwrite this method only if you want your server to check authentication (by default there is no check).
- DoAuth(int, Auth, Auth).
Method in class 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 distinct.rpc.RPCBind
- Overwrite this method only if you want your server to check authentication (Default are no checks).
- DoCall(int, XDRStream, XDRStream).
Method in class distinct.rpc.JRPCServer
- Dispatch routine which interprets the call requests of a server.
- DoCall(int, XDRStream, XDRStream).
Method in class distinct.rpc.Portmapper
- Dispatcher Routine that handles the call requests.
- DoCall(int, XDRStream, XDRStream).
Method in class distinct.rpc.RPCBind
- Dispatcher Routine that interpretes the call requests.
- doLogin(boolean).
Method in class 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 distinct.rpc.PublicKeyDB
- Opens a login dialog on the screen and waits for user's imput.
- domain.
Variable in class distinct.rpc.yp.ypmap_parms
-
- domain.
Variable in class distinct.rpc.yp.ypreq_key
-
- domain.
Variable in class distinct.rpc.yp.ypreq_nokey
-
- domainname().
Constructor for class distinct.rpc.yp.domainname
-
- DoVersionCheck(int).
Method in class 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).
- DoVersionCheck(int).
Method in class 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).
- dump().
Method in class distinct.rpc.XDRStream
- Writes the contents of the XDRStream to System.out.
- failure.
Variable in class distinct.rpc.rpcbind.rpcbs_addrlist
-
- failure.
Variable in class distinct.rpc.rpcbind.rpcbs_rmtcalllist
-
- flush().
Method in class distinct.rpc.AuthDesServerDB
- Flushes the nickname authenticator cache and forces all clients
to send a new full authenticator.
- generateKeyPair(String).
Static method in class distinct.rpc.AuthDes
- Generates a new key pair (public key/private key)
- get_byte().
Method in class distinct.rpc.XDRInputStream
- Reads one byte from the XDRInputStream.
- get_byte().
Method in class distinct.rpc.XDRStream
- Reads one byte from the XDRStream.
- get_bytes(int).
Method in class distinct.rpc.XDRInputStream
- Reads a number of bytes from the XDRInputStream.
- get_bytes(int).
Method in class distinct.rpc.XDRStream
- Reads a number of bytes from the XDRStream.
- get_data().
Method in class distinct.rpc.XDRStream
- Returns all bytes available in the XDRStream.
- get_length().
Method in class distinct.rpc.XDRInputStream
- Reports the number of bytes available in the XDRInputStream.
- get_length().
Method in class distinct.rpc.XDROutputStream
- Reports the number of bytes written to the XDROutputStream.
- get_length().
Method in class distinct.rpc.XDRStream
- Reports the number of bytes available in the XDRStream.
- getAddress().
Method in class distinct.rpc.JRPCServer
- Determines the host address of the sender of the currently processed RPC request.
- getAliases().
Method in class distinct.rpc.RPCEntry
- Returns an array with additional names of the RPC service.
- getAuthFailure().
Method in class distinct.rpc.RPCAuthError
- Returns the reason why the exception has been thrown.
- getAuthOpaque().
Method in class distinct.rpc.Auth
- Gets the opaque data of the authenticator.
- getCallVersion().
Method in class distinct.rpc.JRPCServer
- Determines the version number of the currently processed RPC request.
- GetClient().
Method in class distinct.rpc.JRPCClient
- Returns the protocol client.
- getClientData().
Method in class distinct.rpc.JRPCServer
- Gets client-specific data for this server thread.
- getClientNetname().
Method in class distinct.rpc.AuthDes
- Returns the full authenticated netname of the client.
- getFirstName().
Method in class distinct.rpc.PublicKeyDB
- Method for enumerating the stored name.
- getFirstName().
Method in class distinct.rpc.PublicKeyDBYP
- Method for enumerating the stored name.
- getFlavor().
Method in class distinct.rpc.Auth
- Gets the flavor identifier.
- getGid().
Method in class distinct.rpc.AuthUnix
- Gets the authenticator's group identifier.
- getGids().
Method in class distinct.rpc.AuthUnix
- Gets the authenticator's additional group identifiers.
- getJRPCVersion().
Static method in class distinct.rpc.JRPC
- Returns a string with the current version number of JRPC.
- getMachineName().
Method in class distinct.rpc.AuthUnix
- Gets the authenticator's machinename.
- getName().
Method in class distinct.rpc.RPCEntry
- Returns the primary name of the RPC service.
- getNetname().
Method in class distinct.rpc.PublicKeyDB
- Returns the netname entered during the most recent invocation of doLogin().
- getNextName().
Method in class distinct.rpc.PublicKeyDB
- Method for enumerating the stored name.
- getNextName().
Method in class distinct.rpc.PublicKeyDBYP
- Method for enumerating the stored name.
- getNumber().
Method in class distinct.rpc.RPCEntry
- Returns the number of the RPC service.
- getPassword().
Method in class distinct.rpc.PublicKeyDB
- Returns the password entered during the most recent invocation of doLogin().
- getPort().
Method in class distinct.rpc.JRPCServer
- Determines the port number of the sender of the currently processed RPC request.
- getPort(InetAddress).
Method in class 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 distinct.rpc.PublicKeyDB
- Returns the public key of an authority.
- getPublicKey(String).
Method in class distinct.rpc.PublicKeyDBYP
- Returns the public key of an authority.
- getReason().
Method in class distinct.rpc.RPCError
- Returns the value describing the error reason (as defined in JRPC).
- getReturnedVerifier().
Method in class distinct.rpc.ClientGeneric
- Each incoming reply includes a verifier, containing information that may be
used for future authentication.
- getrpcbyname(String).
Method in class distinct.rpc.NetDB
- Returns an RPCEntry describing the service identified by a given name.
- getrpcbynumber(int).
Method in class distinct.rpc.NetDB
- Returns an RPCEntry describing the service identified by a given number.
- getSecretKey(String).
Method in class distinct.rpc.PublicKeyDB
- Returns the encrypted private key of an authority.
- getSecretKey(String).
Method in class distinct.rpc.PublicKeyDBYP
- Returns the encrypted private key of an authority.
- getServerTime().
Method in class distinct.rpc.ClientSecureRPC
- Returns the current system time of the server.
- getSessionKey().
Method in class distinct.rpc.AuthDes
- Returns the DES secret key that is used in this session.
- getTime().
Method in class distinct.rpc.AuthUnix
- Gets the authenticator's timestamp.
- getUid().
Method in class distinct.rpc.AuthUnix
- Gets the authenticator's user identifier.
- getVerifier().
Method in class distinct.rpc.AuthDes
- Returns the verifier that belongs to this authenticator.
- getVersion().
Method in class distinct.rpc.JRPCServer
- Returns the version number of the server object.
- in.
Variable in class distinct.rpc.XDRStream
-
- indirect.
Variable in class distinct.rpc.rpcbind.rpcbs_rmtcalllist
-
- indirectCall(InetAddress, int, XDRType, XDRType, int).
Method in class 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 distinct.rpc.rpcbind.rpcb_stat
-
- IsBatched(int).
Method in class distinct.rpc.JRPCServer
- Overwrite this method only if you want to implement batched RPCs.
- IsBatched(int).
Method in class distinct.rpc.Portmapper
- Overwrite this method only if you want to implement batched RPCs.
- IsBatched(int).
Method in class distinct.rpc.RPCBind
- Overwrite this method only if you want to implement batched RPCs.
- isTCPServer().
Method in class distinct.rpc.JRPCServer
- Determines whether the current thread serves a TCP or a UDP request.
- JRPC().
Constructor for class distinct.rpc.JRPC
-
- JRPCClient(ClientGeneric).
Constructor for class distinct.rpc.JRPCClient
- Creates a RPC client and initializes it with a protocol client.
- JRPCClient(InetAddress, int, int, boolean).
Constructor for class distinct.rpc.JRPCClient
- Creates a RPC client and connects it to a server.
- JRPCClient(InetAddress, int, int, int, boolean).
Constructor for class distinct.rpc.JRPCClient
- Creates a RPC client and connects it to a server with a known port.
- JRPCServer(int, int, boolean).
Constructor for class distinct.rpc.JRPCServer
- Creates a RPC server and starts a portmapper thread if requested.
- kAUTH_BADCRED.
Static variable in class distinct.rpc.JRPC
-
- kAUTH_BADVERF.
Static variable in class distinct.rpc.JRPC
-
- kAUTH_DES.
Static variable in class distinct.rpc.JRPC
-
- kAUTH_ERROR.
Static variable in class distinct.rpc.JRPC
-
- kAUTH_NULL.
Static variable in class distinct.rpc.JRPC
-
- kAUTH_REJECTEDCRED.
Static variable in class distinct.rpc.JRPC
-
- kAUTH_REJECTEDVERF.
Static variable in class distinct.rpc.JRPC
-
- kAUTH_SHORT.
Static variable in class distinct.rpc.JRPC
-
- kAUTH_TOOWEAK.
Static variable in class distinct.rpc.JRPC
-
- kAUTH_UNIX.
Static variable in class distinct.rpc.JRPC
-
- kCALL.
Static variable in class distinct.rpc.JRPC
-
- key.
Variable in class distinct.rpc.yp.ypreq_key
-
- key.
Variable in class distinct.rpc.yp.ypresp_key_val
-
- keydat().
Constructor for class distinct.rpc.yp.keydat
-
- kGARBAGE_ARGS.
Static variable in class distinct.rpc.JRPC
-
- kIPPROTO_TCP.
Static variable in class distinct.rpc.JRPC
-
- kIPPROTO_UDP.
Static variable in class distinct.rpc.JRPC
-
- kMAXNETNAME.
Static variable in class distinct.rpc.AuthDes
-
- kMSG_ACCEPTED.
Static variable in class distinct.rpc.JRPC
-
- kMSG_DENIED.
Static variable in class distinct.rpc.JRPC
-
- kPROC_UNAVAIL.
Static variable in class distinct.rpc.JRPC
-
- kPROG_MISMATCH.
Static variable in class distinct.rpc.JRPC
-
- kPROG_UNAVAIL.
Static variable in class distinct.rpc.JRPC
-
- kREPLY.
Static variable in class distinct.rpc.JRPC
-
- kRPC_AUTHERROR.
Static variable in class distinct.rpc.JRPC
-
- kRPC_CANTDECODEARGS.
Static variable in class distinct.rpc.JRPC
-
- kRPC_CANTDECODERES.
Static variable in class distinct.rpc.JRPC
-
- kRPC_CANTENCODEARGS.
Static variable in class distinct.rpc.JRPC
-
- kRPC_CANTRECV.
Static variable in class distinct.rpc.JRPC
-
- kRPC_CANTSEND.
Static variable in class distinct.rpc.JRPC
-
- kRPC_FAILED.
Static variable in class distinct.rpc.JRPC
-
- kRPC_MISMATCH.
Static variable in class distinct.rpc.JRPC
-
- kRPC_PMAPFAILURE.
Static variable in class distinct.rpc.JRPC
-
- kRPC_PROCUNAVAIL.
Static variable in class distinct.rpc.JRPC
-
- kRPC_PROGNOTREGISTERED.
Static variable in class distinct.rpc.JRPC
-
- kRPC_PROGUNAVAIL.
Static variable in class distinct.rpc.JRPC
-
- kRPC_PROGVERSMISMATCH.
Static variable in class distinct.rpc.JRPC
-
- kRPC_SUCCESS.
Static variable in class distinct.rpc.JRPC
-
- kRPC_SYSTEMERROR.
Static variable in class distinct.rpc.JRPC
-
- kRPC_TIMEDOUT.
Static variable in class distinct.rpc.JRPC
-
- kRPC_UNKNOWNHOST.
Static variable in class distinct.rpc.JRPC
-
- kRPC_UNKNOWNPROTO.
Static variable in class distinct.rpc.JRPC
-
- kRPC_VERSMISMATCH.
Static variable in class distinct.rpc.JRPC
-
- kRPCVERSION.
Static variable in class distinct.rpc.JRPC
-
- kSUCCESS.
Static variable in class distinct.rpc.JRPC
-
- main(String[]).
Static method in class distinct.rpc.Portmapper
- Starts a stand-alone portmapper service (no parameters).
- main(String[]).
Static method in class distinct.rpc.RPCBind
- Starts a stand-alone RPCBind service (no parameters).
- map.
Variable in class distinct.rpc.yp.ypmap_parms
-
- map.
Variable in class distinct.rpc.yp.ypmaplist
-
- map.
Variable in class distinct.rpc.yp.ypreq_key
-
- map.
Variable in class distinct.rpc.yp.ypreq_nokey
-
- map_parms.
Variable in class distinct.rpc.yp.ypreq_xfr
-
- mapname().
Constructor for class distinct.rpc.yp.mapname
-
- maps.
Variable in class distinct.rpc.yp.ypresp_maplist
-
- maxlen.
Variable in class distinct.rpc.rpcbind.netbuf
-
- more.
Variable in class distinct.rpc.yp.ypresp_all
-
- netbuf().
Constructor for class distinct.rpc.rpcbind.netbuf
- Default constructor for objects of class netbuf.
- netbuf(int, byte[]).
Constructor for class distinct.rpc.rpcbind.netbuf
- Creates an object of class netbuf.
- NetDB(File).
Constructor for class distinct.rpc.NetDB
- Creates a new RPC service name database and initializes it
from a local file.
- NetDB(URL).
Constructor for class distinct.rpc.NetDB
- Creates a new RPC service name database and initializes it
from a URL.
- netid.
Variable in class distinct.rpc.rpcbind.rpcbs_addrlist
-
- netid.
Variable in class distinct.rpc.rpcbind.rpcbs_rmtcalllist
-
- next.
Variable in class distinct.rpc.rpcbind.rpcbs_addrlist
-
- next.
Variable in class distinct.rpc.rpcbind.rpcbs_rmtcalllist
-
- next.
Variable in class distinct.rpc.yp.ypmaplist
-
- onReply(XDRType, InetAddress).
Method in interface distinct.rpc.BroadcastHandler
- Called on each reply to a RPC broadcast request.
- ordernum.
Variable in class distinct.rpc.yp.ypmap_parms
-
- ordernum.
Variable in class distinct.rpc.yp.ypresp_order
-
- out.
Variable in class distinct.rpc.XDRStream
-
- peer.
Variable in class distinct.rpc.yp.ypmap_parms
-
- peer.
Variable in class distinct.rpc.yp.ypresp_master
-
- peername().
Constructor for class distinct.rpc.yp.peername
-
- Pmap().
Constructor for class distinct.rpc.Pmap
-
- Pmap(int, int, int, int).
Constructor for class distinct.rpc.Pmap
- Creates a portmapper entry.
- PMAPPORT.
Static variable in class distinct.rpc.Pmap
-
- PMAPPROC_CALLIT.
Static variable in class distinct.rpc.Pmap
-
- PMAPPROC_DUMP.
Static variable in class distinct.rpc.Pmap
-
- PMAPPROC_GETPORT.
Static variable in class distinct.rpc.Pmap
-
- PMAPPROC_NULL.
Static variable in class distinct.rpc.Pmap
-
- PMAPPROC_SET.
Static variable in class distinct.rpc.Pmap
-
- PMAPPROC_UNSET.
Static variable in class distinct.rpc.Pmap
-
- PMAPPROG.
Static variable in class distinct.rpc.Pmap
-
- PMAPVERS.
Static variable in class distinct.rpc.Pmap
-
- PMAPVERS_ORIG.
Static variable in class distinct.rpc.Pmap
-
- PMAPVERS_PROTO.
Static variable in class distinct.rpc.Pmap
-
- port.
Variable in class distinct.rpc.yp.ypreq_xfr
-
- Portmapper().
Constructor for class distinct.rpc.Portmapper
- Constructor that creates and starts the portmapper service.
- proc.
Variable in class distinct.rpc.rpcbind.rpcb_rmtcallargs
-
- proc.
Variable in class distinct.rpc.rpcbind.rpcbs_rmtcalllist
-
- prog.
Variable in class distinct.rpc.rpcbind.rpcb_rmtcallargs
-
- prog.
Variable in class distinct.rpc.rpcbind.rpcbs_addrlist
-
- prog.
Variable in class distinct.rpc.rpcbind.rpcbs_rmtcalllist
-
- prog.
Variable in class distinct.rpc.yp.ypreq_xfr
-
- PublicKeyDB(File).
Constructor for class distinct.rpc.PublicKeyDB
- Creates a new secure RPC key database and initializes it
from a local file.
- PublicKeyDB(URL).
Constructor for class distinct.rpc.PublicKeyDB
- Creates a new secure RPC key database and initializes it
from an URL.
- PublicKeyDBYP(String).
Constructor for class distinct.rpc.PublicKeyDBYP
- Creates an object that is connected to a NIS publickey database.
- PublicKeyDBYP(String, String).
Constructor for class distinct.rpc.PublicKeyDBYP
- Creates an object that is connected to a NIS publickey database.
- put_byte(byte).
Method in class distinct.rpc.XDROutputStream
- Writes one byte to the XDROutputStream.
- put_byte(byte).
Method in class distinct.rpc.XDRStream
- Writes one byte to the XDRStream.
- put_bytes(byte[], int).
Method in class distinct.rpc.XDROutputStream
- Writes a number of bytes to the XDROutputStream.
- put_bytes(byte[], int).
Method in class distinct.rpc.XDRStream
- Writes a number of bytes to the XDRStream.
- r_addr.
Variable in class distinct.rpc.rpcbind.rpcb
-
- r_maddr.
Variable in class distinct.rpc.rpcbind.rpcb_entry
-
- r_nc_netid.
Variable in class distinct.rpc.rpcbind.rpcb_entry
-
- r_nc_proto.
Variable in class distinct.rpc.rpcbind.rpcb_entry
-
- r_nc_protofmly.
Variable in class distinct.rpc.rpcbind.rpcb_entry
-
- r_nc_semantics.
Variable in class distinct.rpc.rpcbind.rpcb_entry
-
- r_netid.
Variable in class distinct.rpc.rpcbind.rpcb
-
- r_owner.
Variable in class distinct.rpc.rpcbind.rpcb
-
- r_prog.
Variable in class distinct.rpc.rpcbind.rpcb
-
- r_vers.
Variable in class distinct.rpc.rpcbind.rpcb
-
- RegisterServer(int, boolean).
Method in class distinct.rpc.JRPCServer
- Registers the RPC server in the local portmapper.
- RegisterServer(int, int, boolean).
Method in class distinct.rpc.JRPCServer
- Registers the RPC server in the local portmapper.
- remoteCall(InetAddress, int, XDRType, XDRType, int).
Method in class 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 distinct.rpc.XDRInputStream
- Clears the XDRInputStream.
- reset().
Method in class distinct.rpc.XDROutputStream
- Just resets the written byte counter.
- reset().
Method in class distinct.rpc.XDRStream
- Clears the XDRStream.
- results.
Variable in class distinct.rpc.rpcbind.rpcb_rmtcallres
-
- rmtinfo.
Variable in class distinct.rpc.rpcbind.rpcb_stat
-
- rp__list().
Constructor for class distinct.rpc.rpcbind.rp__list
- Default constructor for objects of class rp__list.
- rp__list(rpcb, rp__list).
Constructor for class distinct.rpc.rpcbind.rp__list
- Creates an object of class rp__list.
- RPCAuthError(int).
Constructor for class distinct.rpc.RPCAuthError
- Thrown when an authentication failed.
- rpcb().
Constructor for class distinct.rpc.rpcbind.rpcb
- Default constructor for objects of class rpcb.
- rpcb(int, int, String, String, String).
Constructor for class distinct.rpc.rpcbind.rpcb
- Creates an object of class rpcb.
- rpcb_entry().
Constructor for class distinct.rpc.rpcbind.rpcb_entry
- Default constructor for objects of class rpcb_entry.
- rpcb_entry(String, String, int, String, String).
Constructor for class distinct.rpc.rpcbind.rpcb_entry
- Creates an object of class rpcb_entry.
- rpcb_entry_list().
Constructor for class 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 distinct.rpc.rpcbind.rpcb_entry_list
- Creates an object of class rpcb_entry_list.
- rpcb_entry_list_ptr().
Constructor for class 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 distinct.rpc.rpcbind.rpcb_entry_list_ptr
- Creates an object of class value.
- rpcb_entry_map.
Variable in class distinct.rpc.rpcbind.rpcb_entry_list
-
- rpcb_entry_next.
Variable in class distinct.rpc.rpcbind.rpcb_entry_list
-
- rpcb_map.
Variable in class distinct.rpc.rpcbind.rp__list
-
- rpcb_next.
Variable in class distinct.rpc.rpcbind.rp__list
-
- RPCB_PORT.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCB_PORT.
Static variable in class distinct.rpc.RPCBind
-
- RPCB_PORT.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- rpcb_rmtcallargs().
Constructor for class distinct.rpc.rpcbind.rpcb_rmtcallargs
- Default constructor for objects of class rpcb_rmtcallargs.
- rpcb_rmtcallargs(int, int, int, byte[]).
Constructor for class distinct.rpc.rpcbind.rpcb_rmtcallargs
- Creates an object of class rpcb_rmtcallargs.
- rpcb_rmtcallres().
Constructor for class distinct.rpc.rpcbind.rpcb_rmtcallres
- Default constructor for objects of class rpcb_rmtcallres.
- rpcb_rmtcallres(String, byte[]).
Constructor for class distinct.rpc.rpcbind.rpcb_rmtcallres
- Creates an object of class rpcb_rmtcallres.
- rpcb_stat().
Constructor for class 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 distinct.rpc.rpcbind.rpcb_stat
- Creates an object of class rpcb_stat.
- rpcb_stat_byvers().
Constructor for class distinct.rpc.rpcbind.rpcb_stat_byvers
- Default constructor for objects of class rpcb_stat_byvers.
- rpcb_stat_byvers(rpcb_stat[]).
Constructor for class distinct.rpc.rpcbind.rpcb_stat_byvers
- Creates an object of class value.
- rpcbcl(ClientGeneric).
Constructor for class distinct.rpc.rpcbind.rpcbcl
- Creates an RPC client for a server that implements the "rpcbcl" interface.
- rpcbcl(int, InetAddress, boolean).
Constructor for class 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 distinct.rpc.rpcbind.rpcbcl
- Creates and connects an RPC client for a server that implements the "rpcbcl" interface.
- RPCBind().
Constructor for class distinct.rpc.RPCBind
- Constructor that creates and starts the RPCBind service.
- rpcbind(ClientGeneric).
Constructor for class distinct.rpc.rpcbind.rpcbind
- Creates an RPC client for a server that implements the "rpcbind" interface.
- rpcbind(int, InetAddress, boolean).
Constructor for class 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 distinct.rpc.rpcbind.rpcbind
- Creates and connects an RPC client for a server that implements the "rpcbind" interface.
- rpcblist_ptr().
Constructor for class distinct.rpc.rpcbind.rpcblist_ptr
- Default constructor for objects of class rpcblist_ptr.
- rpcblist_ptr(rp__list).
Constructor for class distinct.rpc.rpcbind.rpcblist_ptr
- Creates an object of class value.
- RPCBPROC_BCAST.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_BCAST.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_BCAST.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_BCAST_4(rpcb_rmtcallargs).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_BCAST" (version 4).
- RPCBPROC_BCAST_4(rpcb_rmtcallargs).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_BCAST" (version 4).
- RPCBPROC_CALLIT.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_CALLIT.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_CALLIT.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_CALLIT_3(rpcb_rmtcallargs).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_CALLIT" (version 3).
- RPCBPROC_CALLIT_3(rpcb_rmtcallargs).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_CALLIT" (version 3).
- RPCBPROC_DUMP.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_DUMP.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_DUMP.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_DUMP_3().
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_DUMP" (version 3).
- RPCBPROC_DUMP_3().
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_DUMP" (version 3).
- RPCBPROC_DUMP_4().
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_DUMP" (version 4).
- RPCBPROC_DUMP_4().
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_DUMP" (version 4).
- RPCBPROC_GETADDR.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_GETADDR.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_GETADDR.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_GETADDR_3(rpcb).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_GETADDR" (version 3).
- RPCBPROC_GETADDR_3(rpcb).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_GETADDR" (version 3).
- RPCBPROC_GETADDR_4(rpcb).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_GETADDR" (version 4).
- RPCBPROC_GETADDR_4(rpcb).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_GETADDR" (version 4).
- RPCBPROC_GETADDRLIST.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_GETADDRLIST.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_GETADDRLIST.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_GETADDRLIST_4(rpcb).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_GETADDRLIST" (version 4).
- RPCBPROC_GETADDRLIST_4(rpcb).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_GETADDRLIST" (version 4).
- RPCBPROC_GETSTAT.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_GETSTAT.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_GETSTAT.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_GETSTAT_4().
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_GETSTAT" (version 4).
- RPCBPROC_GETSTAT_4().
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_GETSTAT" (version 4).
- RPCBPROC_GETTIME.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_GETTIME.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_GETTIME.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_GETTIME_3().
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_GETTIME" (version 3).
- RPCBPROC_GETTIME_3().
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_GETTIME" (version 3).
- RPCBPROC_GETTIME_4().
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_GETTIME" (version 4).
- RPCBPROC_GETTIME_4().
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_GETTIME" (version 4).
- RPCBPROC_GETVERSADDR.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_GETVERSADDR.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_GETVERSADDR.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_GETVERSADDR_4(rpcb).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_GETVERSADDR" (version 4).
- RPCBPROC_GETVERSADDR_4(rpcb).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_GETVERSADDR" (version 4).
- RPCBPROC_INDIRECT.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_INDIRECT.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_INDIRECT.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_INDIRECT_4(rpcb_rmtcallargs).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_INDIRECT" (version 4).
- RPCBPROC_INDIRECT_4(rpcb_rmtcallargs).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_INDIRECT" (version 4).
- RPCBPROC_SET.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_SET.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_SET.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_SET_3(rpcb).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_SET" (version 3).
- RPCBPROC_SET_3(rpcb).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_SET" (version 3).
- RPCBPROC_SET_4(rpcb).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_SET" (version 4).
- RPCBPROC_SET_4(rpcb).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_SET" (version 4).
- RPCBPROC_TADDR2UADDR.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_TADDR2UADDR.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_TADDR2UADDR.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_TADDR2UADDR_3(netbuf).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_TADDR2UADDR" (version 3).
- RPCBPROC_TADDR2UADDR_3(netbuf).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_TADDR2UADDR" (version 3).
- RPCBPROC_TADDR2UADDR_4(netbuf).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_TADDR2UADDR" (version 4).
- RPCBPROC_TADDR2UADDR_4(netbuf).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_TADDR2UADDR" (version 4).
- RPCBPROC_UADDR2TADDR.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_UADDR2TADDR.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_UADDR2TADDR.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_UADDR2TADDR_3(String).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_UADDR2TADDR" (version 3).
- RPCBPROC_UADDR2TADDR_3(String).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_UADDR2TADDR" (version 3).
- RPCBPROC_UADDR2TADDR_4(String).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_UADDR2TADDR" (version 4).
- RPCBPROC_UADDR2TADDR_4(String).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_UADDR2TADDR" (version 4).
- RPCBPROC_UNSET.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBPROC_UNSET.
Static variable in class distinct.rpc.RPCBind
-
- RPCBPROC_UNSET.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBPROC_UNSET_3(rpcb).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_UNSET" (version 3).
- RPCBPROC_UNSET_3(rpcb).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_UNSET" (version 3).
- RPCBPROC_UNSET_4(rpcb).
Method in class distinct.rpc.rpcbind.rpcbcl
- Stub method that invokes the server function "RPCBPROC_UNSET" (version 4).
- RPCBPROC_UNSET_4(rpcb).
Method in class distinct.rpc.rpcbind.rpcbind
- Stub method that invokes the server function "RPCBPROC_UNSET" (version 4).
- RPCBPROG.
Static variable in class distinct.rpc.rpcbind.rpcbcl
- Program ID of the interface.
- RPCBPROG.
Static variable in class distinct.rpc.RPCBind
- Program ID of the interface.
- RPCBPROG.
Static variable in class distinct.rpc.rpcbind.rpcbind
- Program ID of the interface.
- rpcbs_addrlist().
Constructor for class 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 distinct.rpc.rpcbind.rpcbs_addrlist
- Creates an object of class rpcbs_addrlist.
- rpcbs_addrlist_ptr().
Constructor for class distinct.rpc.rpcbind.rpcbs_addrlist_ptr
- Default constructor for objects of class rpcbs_addrlist_ptr.
- rpcbs_addrlist_ptr(rpcbs_addrlist).
Constructor for class distinct.rpc.rpcbind.rpcbs_addrlist_ptr
- Creates an object of class value.
- rpcbs_proc().
Constructor for class distinct.rpc.rpcbind.rpcbs_proc
- Default constructor for objects of class rpcbs_proc.
- rpcbs_proc(int[]).
Constructor for class distinct.rpc.rpcbind.rpcbs_proc
- Creates an object of class value.
- rpcbs_rmtcalllist().
Constructor for class 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 distinct.rpc.rpcbind.rpcbs_rmtcalllist
- Creates an object of class rpcbs_rmtcalllist.
- rpcbs_rmtcalllist_ptr().
Constructor for class distinct.rpc.rpcbind.rpcbs_rmtcalllist_ptr
- Default constructor for objects of class rpcbs_rmtcalllist_ptr.
- rpcbs_rmtcalllist_ptr(rpcbs_rmtcalllist).
Constructor for class distinct.rpc.rpcbind.rpcbs_rmtcalllist_ptr
- Creates an object of class value.
- RPCBSTAT_HIGHPROC.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBSTAT_HIGHPROC.
Static variable in class distinct.rpc.RPCBind
-
- RPCBSTAT_HIGHPROC.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBVERS.
Static variable in class distinct.rpc.rpcbind.rpcbcl
- Version ID of the interface.
- RPCBVERS.
Static variable in class distinct.rpc.RPCBind
- Version ID of the interface.
- RPCBVERS.
Static variable in class distinct.rpc.rpcbind.rpcbind
- Version ID of the interface.
- RPCBVERS4.
Static variable in class distinct.rpc.rpcbind.rpcbcl
- Version ID of the interface.
- RPCBVERS4.
Static variable in class distinct.rpc.RPCBind
- Version ID of the interface.
- RPCBVERS4.
Static variable in class distinct.rpc.rpcbind.rpcbind
- Version ID of the interface.
- RPCBVERS_2_STAT.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBVERS_2_STAT.
Static variable in class distinct.rpc.RPCBind
-
- RPCBVERS_2_STAT.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBVERS_3_STAT.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBVERS_3_STAT.
Static variable in class distinct.rpc.RPCBind
-
- RPCBVERS_3_STAT.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBVERS_4_STAT.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBVERS_4_STAT.
Static variable in class distinct.rpc.RPCBind
-
- RPCBVERS_4_STAT.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCBVERS_STAT.
Static variable in class distinct.rpc.rpcbind.rpcbcl
-
- RPCBVERS_STAT.
Static variable in class distinct.rpc.RPCBind
-
- RPCBVERS_STAT.
Static variable in class distinct.rpc.rpcbind.rpcbind
-
- RPCDecodeError(String).
Constructor for class distinct.rpc.RPCDecodeError
- Creates a new RPCDecodeError exception (reason is
JRPC.kRPC_CANTDECODERES)
- RPCError(String).
Constructor for class distinct.rpc.RPCError
- Creates a new RPCError exception (reason is by default JRPC.kRPC_FAILED)
- RPCError(String, int).
Constructor for class distinct.rpc.RPCError
- Creates a new RPCError exception.
- RPCServerError(String).
Constructor for class distinct.rpc.RPCServerError
- Creates a new RPCServerError exception (reason is
JRPC.kRPC_PROGNOTREGISTERED)
- RPCTimeoutError(String).
Constructor for class distinct.rpc.RPCTimeoutError
- Creates a new RPCTimeoutError exception (reason is JRPC.kRPC_TIMEDOUT)
- run().
Method in class distinct.rpc.JRPCServer
- The TCP server thread.
- set(InetAddress).
Method in class 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 distinct.rpc.Auth
- Sets the opaque data of the authenticator.
- SetClient(ClientGeneric).
Method in class distinct.rpc.JRPCClient
- Sets the protocol client.
- setClientData(Object).
Method in class distinct.rpc.JRPCServer
- Sets client-specific data for this server thread.
- setCredential(Auth).
Method in class 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.
- setCredential(Auth).
Method in class distinct.rpc.ClientSecureRPC
- Sets a new authenticator and (if it is of type AuthDes)
updates also the corresponding verifier.
- setFlavor(int).
Method in class distinct.rpc.Auth
- Sets the flavor identifier.
- setGid(int).
Method in class distinct.rpc.AuthUnix
- Sets the authenticator's group identifier.
- setGids(int[]).
Method in class distinct.rpc.AuthUnix
- Sets the authenticator's additional group identifiers.
- setinfo.
Variable in class distinct.rpc.rpcbind.rpcb_stat
-
- setMachineName(String).
Method in class distinct.rpc.AuthUnix
- Sets the authenticator's machinename.
- setRetryTimeout(int).
Method in class distinct.rpc.ClientUDP
- Changes the timeout value for retransmission of the request (default is 5s).
- setServerTime(int).
Method in class distinct.rpc.AuthDes
- Sets the current system time of the server, measured in seconds, since midnight,
January 1, 1970 UTC.
- setTime(int).
Method in class distinct.rpc.AuthUnix
- Sets the authenticator's timestamp.
- setTimeout(int).
Method in class distinct.rpc.ClientGeneric
- Changes the timeout value for waiting on server replies (default is 25s).
- setTimeout(int).
Method in class distinct.rpc.ClientHTTP
- Changes the timeout value for waiting on server replies (default is 25s).
- setTimeout(int).
Method in class distinct.rpc.ClientSecureRPC
- Changes the timeout value for waiting on server replies (default is 25s).
- setTimeout(int).
Method in class distinct.rpc.ClientTCP
- Changes the timeout value for waiting on server replies (default is 25s).
- setTimeout(int).
Method in class distinct.rpc.ClientUDP
- Changes the timeout value for waiting on server replies (default is 25s).
- SetTimeout(int).
Method in class distinct.rpc.JRPCClient
- Changes the timeout value for waiting on server replies.
- setTimeout(long).
Method in class distinct.rpc.XDRInputStream
- Obsolete since JDK 1.1.
- setUid(int).
Method in class distinct.rpc.AuthUnix
- Sets the authenticator's user identifier.
- setVerifier(Auth).
Method in class 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 distinct.rpc.JRPCServer
- Starts the TPC server and its thread.
- StartUDP(int).
Method in class distinct.rpc.JRPCServer
- Starts the UDP server and its thread.
- stat.
Variable in class distinct.rpc.yp.ypresp_key_val
-
- stat.
Variable in class distinct.rpc.yp.ypresp_maplist
-
- stat.
Variable in class distinct.rpc.yp.ypresp_master
-
- stat.
Variable in class distinct.rpc.yp.ypresp_order
-
- stat.
Variable in class distinct.rpc.yp.ypresp_val
-
- status.
Variable in class distinct.rpc.yp.yppushresp_xfr
-
- Stop(boolean).
Method in class distinct.rpc.JRPCServer
- Stops the server.
- success.
Variable in class distinct.rpc.rpcbind.rpcbs_addrlist
-
- success.
Variable in class distinct.rpc.rpcbind.rpcbs_rmtcalllist
-
- transid.
Variable in class distinct.rpc.yp.yppushresp_xfr
-
- transid.
Variable in class distinct.rpc.yp.ypreq_xfr
-
- transid.
Variable in class distinct.rpc.yp.ypresp_xfr
-
- UnregisterServer().
Method in class distinct.rpc.JRPCServer
- Unregisters the RPC server in the local portmapper.
- UnregisterServer(int).
Method in class distinct.rpc.JRPCServer
- Unregisters the RPC server in the local portmapper.
- unset(InetAddress).
Method in class distinct.rpc.Pmap
- Unregisteres an entry in the portmapper of a given host.
- unsetinfo.
Variable in class distinct.rpc.rpcbind.rpcb_stat
-
- update().
Method in class distinct.rpc.AuthDes
- Updates the authenticator for a new call with the latest timestamp.
- val.
Variable in class distinct.rpc.yp.ypresp_all
-
- val.
Variable in class distinct.rpc.yp.ypresp_key_val
-
- val.
Variable in class distinct.rpc.yp.ypresp_val
-
- valdat().
Constructor for class distinct.rpc.yp.valdat
-
- validate(Auth).
Method in class 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 distinct.rpc.yp.domainname
-
- value.
Variable in class distinct.rpc.yp.keydat
-
- value.
Variable in class distinct.rpc.yp.mapname
-
- value.
Variable in class distinct.rpc.yp.peername
-
- value.
Variable in class distinct.rpc.rpcbind.rpcb_entry_list_ptr
-
- value.
Variable in class distinct.rpc.rpcbind.rpcb_stat_byvers
-
- value.
Variable in class distinct.rpc.rpcbind.rpcblist_ptr
-
- value.
Variable in class distinct.rpc.rpcbind.rpcbs_addrlist_ptr
-
- value.
Variable in class distinct.rpc.rpcbind.rpcbs_proc
-
- value.
Variable in class distinct.rpc.rpcbind.rpcbs_rmtcalllist_ptr
-
- value.
Variable in class distinct.rpc.yp.valdat
-
- value.
Variable in class distinct.rpc.XDRboolean
-
- value.
Variable in class distinct.rpc.XDRchar
-
- value.
Variable in class distinct.rpc.XDRdouble
-
- value.
Variable in class distinct.rpc.XDRfloat
-
- value.
Variable in class distinct.rpc.XDRint
-
- value.
Variable in class distinct.rpc.XDRlong
-
- value.
Variable in class distinct.rpc.XDRopaque
-
- value.
Variable in class distinct.rpc.XDRshort
-
- value.
Variable in class distinct.rpc.XDRstring
-
- value.
Variable in class distinct.rpc.yp.ypbind_resptype
-
- value.
Variable in class distinct.rpc.yp.yppush_status
-
- value.
Variable in class distinct.rpc.yp.ypstat
-
- value.
Variable in class distinct.rpc.yp.ypxfrstat
-
- vers.
Variable in class distinct.rpc.rpcbind.rpcb_rmtcallargs
-
- vers.
Variable in class distinct.rpc.rpcbind.rpcbs_addrlist
-
- vers.
Variable in class distinct.rpc.rpcbind.rpcbs_rmtcalllist
-
- xdr_decode(XDRStream).
Method in class distinct.rpc.Auth
- Decodes an authenticator in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.AuthUnix
- Decodes an authenticator in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.domainname
- Decodes an object of class domainname in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.keydat
- Decodes an object of class keydat in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.mapname
- Decodes an object of class mapname in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.rpcbind.netbuf
- Decodes an object of class netbuf in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.peername
- Decodes an object of class peername in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.Pmap
- Decodes a portmapper entry in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.rpcbind.rp__list
- Decodes an object of class rp__list in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcb
- Decodes an object of class rpcb in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcb_entry
- Decodes an object of class rpcb_entry in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class 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 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 distinct.rpc.rpcbind.rpcb_rmtcallargs
- Decodes an object of class rpcb_rmtcallargs in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcb_rmtcallres
- Decodes an object of class rpcb_rmtcallres in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcb_stat
- Decodes an object of class rpcb_stat in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class 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 distinct.rpc.rpcbind.rpcblist_ptr
- Decodes an object of class rpcblist_ptr in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcbs_addrlist
- Decodes an object of class rpcbs_addrlist in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class 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 distinct.rpc.rpcbind.rpcbs_proc
- Decodes an object of class rpcbs_proc in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcbs_rmtcalllist
- Decodes an object of class rpcbs_rmtcalllist in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class 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 distinct.rpc.yp.valdat
- Decodes an object of class valdat in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.XDRboolean
- Decodes an object of class boolean in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.XDRchar
- Decodes an object of class char in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.XDRdouble
- Decodes an object of class double in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.XDRfloat
- Decodes an object of class float in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.XDRint
- Decodes an object of class int in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.XDRlong
- Decodes an object of class long in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.XDRopaque
- Decodes an object of class opaque in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.XDRshort
- Decodes an object of class short in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.XDRstring
- Decodes an object of class String in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in interface distinct.rpc.XDRType
- Encodes the object in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.XDRvoid
- Decodes an object of class void in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypbind_binding
- Decodes an object of class ypbind_binding in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypbind_resp
- Decodes an object of class ypbind_resp in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypbind_resptype
- Decodes an object of class ypbind_resptype in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypbind_setdom
- Decodes an object of class ypbind_setdom in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypmap_parms
- Decodes an object of class ypmap_parms in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypmaplist
- Decodes an object of class ypmaplist in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.yppush_status
- Decodes an object of class yppush_status in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.yppushresp_xfr
- Decodes an object of class yppushresp_xfr in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypreq_key
- Decodes an object of class ypreq_key in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypreq_nokey
- Decodes an object of class ypreq_nokey in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypreq_xfr
- Decodes an object of class ypreq_xfr in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypresp_all
- Decodes an object of class ypresp_all in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class 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 distinct.rpc.yp.ypresp_maplist
- Decodes an object of class ypresp_maplist in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypresp_master
- Decodes an object of class ypresp_master in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypresp_order
- Decodes an object of class ypresp_order in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypresp_val
- Decodes an object of class ypresp_val in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypresp_xfr
- Decodes an object of class ypresp_xfr in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypstat
- Decodes an object of class ypstat in compliance to RFC 1832 (XDR).
- xdr_decode(XDRStream).
Method in class distinct.rpc.yp.ypxfrstat
- Decodes an object of class ypxfrstat in compliance to RFC 1832 (XDR).
- xdr_decode_boolean().
Method in class distinct.rpc.XDRStream
- Decodes a boolean in compliance to RFC 1832 (XDR).
- xdr_decode_char().
Method in class distinct.rpc.XDRStream
- Decodes a character in compliance to RFC 1832 (XDR).
- xdr_decode_double().
Method in class distinct.rpc.XDRStream
- Decodes a double in compliance to RFC 1832 (XDR).
- xdr_decode_float().
Method in class distinct.rpc.XDRStream
- Decodes a float in compliance to RFC 1832 (XDR).
- xdr_decode_int().
Method in class distinct.rpc.XDRStream
- Decodes an integer in compliance to RFC 1832 (XDR).
- xdr_decode_long().
Method in class distinct.rpc.XDRStream
- Decodes a long in compliance to RFC 1832 (XDR).
- xdr_decode_opaque().
Method in class distinct.rpc.XDRStream
- Decodes an opaque byte array in compliance to RFC 1832 (XDR).
- xdr_decode_opaque(int).
Method in class distinct.rpc.XDRStream
- Decodes an opaque byte array in compliance to RFC 1832 (XDR).
- xdr_decode_short().
Method in class distinct.rpc.XDRStream
- Decodes a short in compliance to RFC 1832 (XDR).
- xdr_decode_string().
Method in class distinct.rpc.XDRStream
- Decodes a string in compliance to RFC 1832 (XDR).
- xdr_decode_string(int).
Method in class distinct.rpc.XDRStream
- Decodes a string in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.Auth
- Encodes an authenticator in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.domainname
- Encodes an object of class domainname in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.keydat
- Encodes an object of class keydat in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.mapname
- Encodes an object of class mapname in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.netbuf
- Encodes an object of class netbuf in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.peername
- Encodes an object of class peername in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.Pmap
- Encodes a portmapper entry in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rp__list
- Encodes an object of class rp__list in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcb
- Encodes an object of class rpcb in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcb_entry
- Encodes an object of class rpcb_entry in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class 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 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 distinct.rpc.rpcbind.rpcb_rmtcallargs
- Encodes an object of class rpcb_rmtcallargs in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcb_rmtcallres
- Encodes an object of class rpcb_rmtcallres in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcb_stat
- Encodes an object of class rpcb_stat in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcb_stat_byvers
- Encodes an object of class value in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcblist_ptr
- Encodes an object of class value in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcbs_addrlist
- Encodes an object of class rpcbs_addrlist in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcbs_addrlist_ptr
- Encodes an object of class value in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcbs_proc
- Encodes an object of class value in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcbs_rmtcalllist
- Encodes an object of class rpcbs_rmtcalllist in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.rpcbind.rpcbs_rmtcalllist_ptr
- Encodes an object of class value in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.valdat
- Encodes an object of class valdat in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.XDRboolean
- Encodes an object of class boolean in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.XDRchar
- Encodes an object of class char in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.XDRdouble
- Encodes an object of class double in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.XDRfloat
- Encodes an object of class float in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.XDRint
- Encodes an object of class int in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.XDRlong
- Encodes an object of class long in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.XDRopaque
- Encodes an object of class opaque in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.XDRshort
- Encodes an object of class short in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.XDRstring
- Encodes an object of class String in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in interface distinct.rpc.XDRType
- Decodes the object in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.XDRvoid
- Encodes an object of class void in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypbind_binding
- Encodes an object of class ypbind_binding in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypbind_resp
- Encodes an object of class ypbind_resp in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypbind_resptype
- Encodes an object of class ypbind_resptype in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypbind_setdom
- Encodes an object of class ypbind_setdom in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypmap_parms
- Encodes an object of class ypmap_parms in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypmaplist
- Encodes an object of class ypmaplist in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.yppush_status
- Encodes an object of class yppush_status in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.yppushresp_xfr
- Encodes an object of class yppushresp_xfr in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypreq_key
- Encodes an object of class ypreq_key in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypreq_nokey
- Encodes an object of class ypreq_nokey in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypreq_xfr
- Encodes an object of class ypreq_xfr in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypresp_all
- Encodes an object of class ypresp_all in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class 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 distinct.rpc.yp.ypresp_maplist
- Encodes an object of class ypresp_maplist in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypresp_master
- Encodes an object of class ypresp_master in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypresp_order
- Encodes an object of class ypresp_order in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypresp_val
- Encodes an object of class ypresp_val in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypresp_xfr
- Encodes an object of class ypresp_xfr in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypstat
- Encodes an object of class ypstat in compliance to RFC 1832 (XDR).
- xdr_encode(XDRStream).
Method in class distinct.rpc.yp.ypxfrstat
- Encodes an object of class ypxfrstat in compliance to RFC 1832 (XDR).
- xdr_encode_boolean(boolean).
Method in class distinct.rpc.XDRStream
- Encodes a boolean in compliance to RFC 1832 (XDR).
- xdr_encode_char(char).
Method in class distinct.rpc.XDRStream
- Encodes a character in compliance to RFC 1832 (XDR).
- xdr_encode_double(double).
Method in class distinct.rpc.XDRStream
- Encodes a double in compliance to RFC 1832 (XDR).
- xdr_encode_float(float).
Method in class distinct.rpc.XDRStream
- Encodes a float in compliance to RFC 1832 (XDR).
- xdr_encode_int(int).
Method in class distinct.rpc.XDRStream
- Encodes an integer in compliance to RFC 1832 (XDR).
- xdr_encode_long(long).
Method in class distinct.rpc.XDRStream
- Encodes a long in compliance to RFC 1832 (XDR).
- xdr_encode_opaque(byte[]).
Method in class distinct.rpc.XDRStream
- Encodes an opaque array in compliance to RFC 1832 (XDR).
- xdr_encode_opaque(byte[], int).
Method in class distinct.rpc.XDRStream
- Encodes an opaque array in compliance to RFC 1832 (XDR).
- xdr_encode_short(short).
Method in class distinct.rpc.XDRStream
- Encodes a short in compliance to RFC 1832 (XDR).
- xdr_encode_string(String).
Method in class distinct.rpc.XDRStream
- Encodes a string in compliance to RFC 1832 (XDR).
- xdr_encode_string(String, int).
Method in class distinct.rpc.XDRStream
- Encodes a string in compliance to RFC 1832 (XDR).
- XDRboolean().
Constructor for class distinct.rpc.XDRboolean
-
- XDRchar().
Constructor for class distinct.rpc.XDRchar
-
- XDRdouble().
Constructor for class distinct.rpc.XDRdouble
-
- XDRfloat().
Constructor for class distinct.rpc.XDRfloat
-
- XDRInputStream(InputStream).
Constructor for class distinct.rpc.XDRInputStream
- Creates a new XDRInputStream from a Java InputStream.
- XDRint().
Constructor for class distinct.rpc.XDRint
-
- XDRlong().
Constructor for class distinct.rpc.XDRlong
-
- XDRopaque().
Constructor for class distinct.rpc.XDRopaque
-
- XDROutputStream(OutputStream).
Constructor for class distinct.rpc.XDROutputStream
- Creates a new XDROutputStream from a Java OutputStream.
- XDRshort().
Constructor for class distinct.rpc.XDRshort
-
- XDRStream().
Constructor for class distinct.rpc.XDRStream
- Creates a new XDRStream with default allocation size.
- XDRStream(byte[], int).
Constructor for class distinct.rpc.XDRStream
- Creates a new XDRStream initialized from a byte array.
- XDRStream(int).
Constructor for class distinct.rpc.XDRStream
- Creates a new XDRStream with a given allocation size.
- XDRstring().
Constructor for class distinct.rpc.XDRstring
-
- XDRvoid().
Constructor for class distinct.rpc.XDRvoid
-
- xfrstat.
Variable in class distinct.rpc.yp.ypresp_xfr
-
- yp(ClientGeneric).
Constructor for class distinct.rpc.yp.yp
- Creates an RPC client for a server that implements the "yp" interface.
- yp(InetAddress, boolean).
Constructor for class 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 distinct.rpc.yp.yp
- Creates and connects an RPC client for a server that implements the "yp" interface.
- YP_BADARGS.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_BADARGS.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_BADARGS.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_BADARGS.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- YP_BADDB.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_BADDB.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_BADDB.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_BADDB.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- YP_BADOP.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_BADOP.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_BADOP.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_BADOP.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- YP_FALSE.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_FALSE.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_FALSE.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_FALSE.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- YP_NODOM.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_NODOM.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_NODOM.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_NODOM.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- YP_NOKEY.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_NOKEY.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_NOKEY.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_NOKEY.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- YP_NOMAP.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_NOMAP.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_NOMAP.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_NOMAP.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- YP_NOMORE.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_NOMORE.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_NOMORE.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_NOMORE.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- YP_TRUE.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_TRUE.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_TRUE.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_TRUE.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- YP_VERS.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_VERS.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_VERS.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_VERS.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- YP_YPERR.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypstat
- YP_YPERR.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypstat
- YP_YPERR.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypstat
- YP_YPERR.
Static variable in class distinct.rpc.yp.ypstat
- Constant for enum ypstat
- ypbind_bindinfo.
Variable in class distinct.rpc.yp.ypbind_resp
-
- ypbind_binding().
Constructor for class distinct.rpc.yp.ypbind_binding
-
- ypbind_binding_addr.
Variable in class distinct.rpc.yp.ypbind_binding
-
- ypbind_binding_port.
Variable in class distinct.rpc.yp.ypbind_binding
-
- YPBIND_ERR_ERR.
Static variable in class distinct.rpc.yp.yp
-
- YPBIND_ERR_ERR.
Static variable in class distinct.rpc.yp.YPBINDPROG
-
- YPBIND_ERR_ERR.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
-
- YPBIND_ERR_NOSERV.
Static variable in class distinct.rpc.yp.yp
-
- YPBIND_ERR_NOSERV.
Static variable in class distinct.rpc.yp.YPBINDPROG
-
- YPBIND_ERR_NOSERV.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
-
- YPBIND_ERR_RESC.
Static variable in class distinct.rpc.yp.yp
-
- YPBIND_ERR_RESC.
Static variable in class distinct.rpc.yp.YPBINDPROG
-
- YPBIND_ERR_RESC.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
-
- ypbind_error.
Variable in class distinct.rpc.yp.ypbind_resp
-
- YPBIND_FAIL_VAL.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypbind_resptype
- YPBIND_FAIL_VAL.
Static variable in class distinct.rpc.yp.ypbind_resptype
- Constant for enum ypbind_resptype
- YPBIND_FAIL_VAL.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypbind_resptype
- YPBIND_FAIL_VAL.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypbind_resptype
- ypbind_resp().
Constructor for class distinct.rpc.yp.ypbind_resp
-
- ypbind_resptype().
Constructor for class distinct.rpc.yp.ypbind_resptype
-
- ypbind_setdom().
Constructor for class distinct.rpc.yp.ypbind_setdom
-
- ypbind_status.
Variable in class distinct.rpc.yp.ypbind_resp
-
- YPBIND_SUCC_VAL.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypbind_resptype
- YPBIND_SUCC_VAL.
Static variable in class distinct.rpc.yp.ypbind_resptype
- Constant for enum ypbind_resptype
- YPBIND_SUCC_VAL.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypbind_resptype
- YPBIND_SUCC_VAL.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypbind_resptype
- YPBINDPROC_DOMAIN.
Static variable in class distinct.rpc.yp.YPBINDPROG
-
- YPBINDPROC_DOMAIN_2(domainname).
Method in class distinct.rpc.yp.YPBINDPROG
- Stub method that invokes the server function "YPBINDPROC_DOMAIN" (version 2).
- YPBINDPROC_NULL.
Static variable in class distinct.rpc.yp.YPBINDPROG
-
- YPBINDPROC_NULL_2().
Method in class distinct.rpc.yp.YPBINDPROG
- Stub method that invokes the server function "YPBINDPROC_NULL" (version 2).
- YPBINDPROC_SETDOM.
Static variable in class distinct.rpc.yp.YPBINDPROG
-
- YPBINDPROC_SETDOM_2(ypbind_setdom).
Method in class distinct.rpc.yp.YPBINDPROG
- Stub method that invokes the server function "YPBINDPROC_SETDOM" (version 2).
- YPBINDPROG.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Program ID of the interface.
- YPBINDPROG(ClientGeneric).
Constructor for class distinct.rpc.yp.YPBINDPROG
- Creates an RPC client for a server that implements the "YPBINDPROG" interface.
- YPBINDPROG(InetAddress, boolean).
Constructor for class 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 distinct.rpc.yp.YPBINDPROG
- Creates and connects an RPC client for a server that implements the "YPBINDPROG" interface.
- YPBINDVERS.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Version ID of the interface.
- ypmap_parms().
Constructor for class distinct.rpc.yp.ypmap_parms
-
- ypmaplist().
Constructor for class distinct.rpc.yp.ypmaplist
-
- YPMAXDOMAIN.
Static variable in class distinct.rpc.yp.yp
-
- YPMAXDOMAIN.
Static variable in class distinct.rpc.yp.YPBINDPROG
-
- YPMAXDOMAIN.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
-
- YPMAXMAP.
Static variable in class distinct.rpc.yp.yp
-
- YPMAXMAP.
Static variable in class distinct.rpc.yp.YPBINDPROG
-
- YPMAXMAP.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
-
- YPMAXPEER.
Static variable in class distinct.rpc.yp.yp
-
- YPMAXPEER.
Static variable in class distinct.rpc.yp.YPBINDPROG
-
- YPMAXPEER.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
-
- YPMAXRECORD.
Static variable in class distinct.rpc.yp.yp
-
- YPMAXRECORD.
Static variable in class distinct.rpc.yp.YPBINDPROG
-
- YPMAXRECORD.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
-
- YPPROC_ALL.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_ALL_2(ypreq_nokey).
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_ALL" (version 2).
- YPPROC_CLEAR.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_CLEAR_2().
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_CLEAR" (version 2).
- YPPROC_DOMAIN.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_DOMAIN_2(domainname).
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_DOMAIN" (version 2).
- YPPROC_DOMAIN_NONACK.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_DOMAIN_NONACK_2(domainname).
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_DOMAIN_NONACK" (version 2).
- YPPROC_FIRST.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_FIRST_2(ypreq_key).
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_FIRST" (version 2).
- YPPROC_MAPLIST.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_MAPLIST_2(domainname).
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_MAPLIST" (version 2).
- YPPROC_MASTER.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_MASTER_2(ypreq_nokey).
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_MASTER" (version 2).
- YPPROC_MATCH.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_MATCH_2(ypreq_key).
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_MATCH" (version 2).
- YPPROC_NEXT.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_NEXT_2(ypreq_key).
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_NEXT" (version 2).
- YPPROC_NULL.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_NULL_2().
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_NULL" (version 2).
- YPPROC_ORDER.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_ORDER_2(ypreq_nokey).
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_ORDER" (version 2).
- YPPROC_XFR.
Static variable in class distinct.rpc.yp.yp
-
- YPPROC_XFR_2(ypreq_xfr).
Method in class distinct.rpc.yp.yp
- Stub method that invokes the server function "YPPROC_XFR" (version 2).
- YPPROG.
Static variable in class distinct.rpc.yp.yp
- Program ID of the interface.
- YPPUSH_AGE.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_AGE.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_AGE.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_AGE.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_BADARGS.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_BADARGS.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_BADARGS.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_BADARGS.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_CLEAR.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_CLEAR.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_CLEAR.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_CLEAR.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_DBM.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_DBM.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_DBM.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_DBM.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_FILE.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_FILE.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_FILE.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_FILE.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_FORCE.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_FORCE.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_FORCE.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_FORCE.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_MADDR.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_MADDR.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_MADDR.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_MADDR.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_NODOM.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_NODOM.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_NODOM.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_NODOM.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_NOMAP.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_NOMAP.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_NOMAP.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_NOMAP.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_REFUSED.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_REFUSED.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_REFUSED.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_REFUSED.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_RPC.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_RPC.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_RPC.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_RPC.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_RSRC.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_RSRC.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_RSRC.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_RSRC.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_SKEW.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_SKEW.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_SKEW.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_SKEW.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- yppush_status().
Constructor for class distinct.rpc.yp.yppush_status
-
- YPPUSH_SUCC.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_SUCC.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_SUCC.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_SUCC.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_XFRERR.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_XFRERR.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_XFRERR.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_XFRERR.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSH_XFRRESPPROG.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Program ID of the interface.
- YPPUSH_XFRRESPPROG(ClientGeneric).
Constructor for class 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 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 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 distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Version ID of the interface.
- YPPUSH_YPERR.
Static variable in class distinct.rpc.yp.yp
- Constant for enum yppush_status
- YPPUSH_YPERR.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum yppush_status
- YPPUSH_YPERR.
Static variable in class distinct.rpc.yp.yppush_status
- Constant for enum yppush_status
- YPPUSH_YPERR.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum yppush_status
- YPPUSHPROC_NULL.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
-
- YPPUSHPROC_NULL_1().
Method in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Stub method that invokes the server function "YPPUSHPROC_NULL" (version 1).
- YPPUSHPROC_XFRRESP.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
-
- YPPUSHPROC_XFRRESP_1().
Method in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Stub method that invokes the server function "YPPUSHPROC_XFRRESP" (version 1).
- yppushresp_xfr().
Constructor for class distinct.rpc.yp.yppushresp_xfr
-
- ypreq_key().
Constructor for class distinct.rpc.yp.ypreq_key
-
- ypreq_nokey().
Constructor for class distinct.rpc.yp.ypreq_nokey
-
- ypreq_xfr().
Constructor for class distinct.rpc.yp.ypreq_xfr
-
- ypresp_all().
Constructor for class distinct.rpc.yp.ypresp_all
-
- ypresp_key_val().
Constructor for class distinct.rpc.yp.ypresp_key_val
-
- ypresp_maplist().
Constructor for class distinct.rpc.yp.ypresp_maplist
-
- ypresp_master().
Constructor for class distinct.rpc.yp.ypresp_master
-
- ypresp_order().
Constructor for class distinct.rpc.yp.ypresp_order
-
- ypresp_val().
Constructor for class distinct.rpc.yp.ypresp_val
-
- ypresp_xfr().
Constructor for class distinct.rpc.yp.ypresp_xfr
-
- ypsetdom_binding.
Variable in class distinct.rpc.yp.ypbind_setdom
-
- ypsetdom_domain.
Variable in class distinct.rpc.yp.ypbind_setdom
-
- ypsetdom_vers.
Variable in class distinct.rpc.yp.ypbind_setdom
-
- ypstat().
Constructor for class distinct.rpc.yp.ypstat
-
- YPVERS.
Static variable in class distinct.rpc.yp.yp
- Version ID of the interface.
- YPXFR_AGE.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_AGE.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_AGE.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_AGE.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_BADARGS.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_BADARGS.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_BADARGS.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_BADARGS.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_CLEAR.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_CLEAR.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_CLEAR.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_CLEAR.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_DBM.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_DBM.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_DBM.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_DBM.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_FILE.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_FILE.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_FILE.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_FILE.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_FORCE.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_FORCE.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_FORCE.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_FORCE.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_MADDR.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_MADDR.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_MADDR.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_MADDR.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_NODOM.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_NODOM.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_NODOM.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_NODOM.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_NOMAP.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_NOMAP.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_NOMAP.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_NOMAP.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_REFUSED.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_REFUSED.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_REFUSED.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_REFUSED.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_RPC.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_RPC.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_RPC.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_RPC.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_RSRC.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_RSRC.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_RSRC.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_RSRC.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_SKEW.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_SKEW.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_SKEW.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_SKEW.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_SUCC.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_SUCC.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_SUCC.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_SUCC.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_XFRERR.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_XFRERR.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_XFRERR.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_XFRERR.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- YPXFR_YPERR.
Static variable in class distinct.rpc.yp.yp
- Constant for enum ypxfrstat
- YPXFR_YPERR.
Static variable in class distinct.rpc.yp.YPBINDPROG
- Constant for enum ypxfrstat
- YPXFR_YPERR.
Static variable in class distinct.rpc.yp.YPPUSH_XFRRESPPROG
- Constant for enum ypxfrstat
- YPXFR_YPERR.
Static variable in class distinct.rpc.yp.ypxfrstat
- Constant for enum ypxfrstat
- ypxfrstat().
Constructor for class distinct.rpc.yp.ypxfrstat
-