public class Nfs3RmdirRequest extends NfsRmdirRequest
Procedure RMDIR removes (deletes) a subdirectory from a directory. If the directory entry of the subdirectory is the last reference to the subdirectory, the subdirectory may be destroyed.
CHARSET| Constructor and Description |
|---|
Nfs3RmdirRequest(byte[] fileHandle,
java.lang.String name,
Credential credential)
Creates the request, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
marshalling, toStringgetErrorMessage, getFileHandle, getIpKey, startToStringcloneFileHandle, isUsePrivilegedPort, setUsePrivilegedPort, trimFileNamepublic Nfs3RmdirRequest(byte[] fileHandle,
java.lang.String name,
Credential credential)
throws java.io.FileNotFoundException
Procedure RMDIR removes (deletes) a subdirectory from a directory. If the directory entry of the subdirectory is the last reference to the subdirectory, the subdirectory may be destroyed.
fileHandle - The file handle for the directory from which the subdirectory
is to be removed.name - The name of the subdirectory to be removed.credential - The credential used for RPC authentication.java.io.FileNotFoundException