public class MountRequest extends RpcRequest
Procedure MNT maps a pathname on the server to a file handle.
CHARSET| Constructor and Description |
|---|
MountRequest(int nfsVersion,
java.lang.String exportPointPath,
Credential credential)
Creates the request, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMessage() |
void |
marshalling(Xdr x) |
cloneFileHandle, isUsePrivilegedPort, setUsePrivilegedPort, startToString, trimFileNamepublic MountRequest(int nfsVersion,
java.lang.String exportPointPath,
Credential credential)
Procedure MNT maps a pathname on the server to a file handle.
nfsVersion - The NFS version number.exportPointPath - An ASCII string that describes a directory on the server.credential - The credential used for RPC authentication.public void marshalling(Xdr x)
marshalling in class RpcRequestpublic java.lang.String getErrorMessage()
getErrorMessage in class RpcRequest