public class UnmountRequest extends RpcRequest
Procedure UMNT removes the mount list entry for the directory that was previously the subject of a MNT call from this client.
CHARSET| Constructor and Description |
|---|
UnmountRequest(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 UnmountRequest(int nfsVersion,
java.lang.String exportPointPath,
Credential credential)
Procedure UMNT removes the mount list entry for the directory that was previously the subject of a MNT call from this client.
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