public class LINK3Response extends NFS3Response
status
Constructor and Description |
---|
LINK3Response(int status) |
LINK3Response(int status,
WccData fromDirWcc,
WccData linkDirWcc) |
Modifier and Type | Method and Description |
---|---|
static LINK3Response |
deserialize(XDR xdr) |
WccData |
getFromDirWcc() |
WccData |
getLinkDirWcc() |
XDR |
serialize(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatus
public WccData getFromDirWcc()
public WccData getLinkDirWcc()
public static LINK3Response deserialize(XDR xdr)
public XDR serialize(XDR out, int xid, Verifier verifier)
NFS3Response
serialize
in class NFS3Response
Copyright © 2015 Apache Software Foundation. All Rights Reserved.