public class SETATTR3Request extends RequestWithHandle
handle| Constructor and Description |
|---|
SETATTR3Request(FileHandle handle,
SetAttr3 attr,
boolean check,
NfsTime ctime) |
| Modifier and Type | Method and Description |
|---|---|
static SETATTR3Request |
deserialize(XDR xdr) |
SetAttr3 |
getAttr() |
NfsTime |
getCtime() |
boolean |
isCheck() |
void |
serialize(XDR xdr)
Subclass should implement.
|
getHandlepublic SETATTR3Request(FileHandle handle, SetAttr3 attr, boolean check, NfsTime ctime)
public static SETATTR3Request deserialize(XDR xdr) throws IOException
IOExceptionpublic SetAttr3 getAttr()
public boolean isCheck()
public NfsTime getCtime()
public void serialize(XDR xdr)
NFS3Requestserialize in class NFS3RequestCopyright © 2018 CERN. All Rights Reserved.