|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.nfs.Nfs
com.sun.nfs.Nfs2
public class Nfs2
This class contains the methods specific to NFS version 2.
Nfs,
Nfs3,
Fattr| Constructor Summary | |
|---|---|
Nfs2(Rpc rpc,
byte[] fh,
java.lang.String name,
com.sun.nfs.Fattr2 attr)
Construct a new NFS version 2 object (file or directory) |
|
| Method Summary | |
|---|---|
java.lang.String |
lookupSec()
|
| Methods inherited from class com.sun.nfs.Nfs |
|---|
close, finalize, flush, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Nfs2(Rpc rpc,
byte[] fh,
java.lang.String name,
com.sun.nfs.Fattr2 attr)
rpc - Rpc object for the serverfh - File handle for the objectname - Name of the file/dirattr - File attributes for the object| Method Detail |
|---|
public java.lang.String lookupSec()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||