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 Stringcommentintnum_storesStringpathintstatenetdfs.DfsStorageInfo[]stores
-
Constructor Summary
Constructors Constructor Description DfsInfo3()
-
-
-
Field Detail
-
path
public String path
-
comment
public 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
-
-