public class COMMIT3Response extends NFS3Response
status| Constructor and Description |
|---|
COMMIT3Response(int status) |
COMMIT3Response(int status,
WccData fileWcc,
long verf) |
| Modifier and Type | Method and Description |
|---|---|
WccData |
getFileWcc() |
long |
getVerf() |
XDR |
writeHeaderAndResponse(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatuspublic COMMIT3Response(int status)
public COMMIT3Response(int status,
WccData fileWcc,
long verf)
public WccData getFileWcc()
public long getVerf()
public XDR writeHeaderAndResponse(XDR out, int xid, Verifier verifier)
NFS3ResponsewriteHeaderAndResponse in class NFS3ResponseCopyright © 2014 Apache Software Foundation. All Rights Reserved.