public class Nfs3RenameResponse extends NfsRenameResponse
Procedure RENAME renames the file identified by name in the
directory, fileHandle, to toName in the directory,
toFileHandle. The operation is required to be atomic to the
client. toFileHandle and fileHandle must reside on
the same file system and server.
_xid| Constructor and Description |
|---|
Nfs3RenameResponse()
Creates the response, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
getFromDirectoryWccData, getToDirectoryWccData, unmarshallinggetAttributes, getFileHandle, getState, makeNfsGetAttributes, makeNfsGetAttributes, stateIsOk, toString, unmarshallingAttributes, unmarshallingAttributes, unmarshallingFileHandle, unmarshallingFileHandlegetAcceptStatus, getDirection, getRejectStatus, getReplyStatus, getXidpublic Nfs3RenameResponse()
Procedure RENAME renames the file identified by name in the
directory, fileHandle, to toName in the
directory, toFileHandle. The operation is required to be
atomic to the client. toFileHandle and
fileHandle must reside on the same file system and server.