Package com.sun.nfs
Class Nfs2
- java.lang.Object
-
- com.sun.nfs.Nfs
-
- com.sun.nfs.Nfs2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringlookupSec()
-
-
-
Constructor Detail
-
Nfs2
public Nfs2(Rpc rpc, byte[] fh, java.lang.String name, com.sun.nfs.Fattr2 attr)
Construct a new NFS version 2 object (file or directory)- Parameters:
rpc- Rpc object for the serverfh- File handle for the objectname- Name of the file/dirattr- File attributes for the object
-
-