Package jcifs.dcerpc.msrpc
Class netdfs.DfsInfo3
- java.lang.Object
-
- jcifs.dcerpc.ndr.NdrObject
-
- jcifs.dcerpc.msrpc.netdfs.DfsInfo3
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringcommentintnum_storesjava.lang.Stringpathintstatenetdfs.DfsStorageInfo[]stores
-
Constructor Summary
Constructors Constructor Description DfsInfo3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(NdrBuffer _src)voidencode(NdrBuffer _dst)
-
-
-
Field Detail
-
path
public java.lang.String path
-
comment
public java.lang.String comment
-
state
public int state
-
num_stores
public int num_stores
-
stores
public netdfs.DfsStorageInfo[] stores
-
-
Method Detail
-
encode
public void encode(NdrBuffer _dst) throws NdrException
- Specified by:
encodein classNdrObject- Throws:
NdrException
-
decode
public void decode(NdrBuffer _src) throws NdrException
- Specified by:
decodein classNdrObject- Throws:
NdrException
-
-