public class CREATE3Response extends NFS3Response
status| Constructor and Description |
|---|
CREATE3Response(int status) |
CREATE3Response(int status,
FileHandle handle,
Nfs3FileAttributes postOpObjAttr,
WccData dirWcc) |
| Modifier and Type | Method and Description |
|---|---|
static CREATE3Response |
deserialize(XDR xdr) |
WccData |
getDirWcc() |
FileHandle |
getObjHandle() |
Nfs3FileAttributes |
getPostOpObjAttr() |
XDR |
serialize(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatuspublic CREATE3Response(int status)
public CREATE3Response(int status,
FileHandle handle,
Nfs3FileAttributes postOpObjAttr,
WccData dirWcc)
public FileHandle getObjHandle()
public Nfs3FileAttributes getPostOpObjAttr()
public WccData getDirWcc()
public static CREATE3Response deserialize(XDR xdr)
public XDR serialize(XDR out, int xid, Verifier verifier)
NFS3Responseserialize in class NFS3ResponseCopyright © 2018 CERN. All Rights Reserved.