jcifs.dcerpc.msrpc
Class netdfs.DfsInfo3

java.lang.Object
  extended by jcifs.dcerpc.ndr.NdrObject
      extended by jcifs.dcerpc.msrpc.netdfs.DfsInfo3
Enclosing class:
netdfs

public static class netdfs.DfsInfo3
extends NdrObject


Field Summary
 java.lang.String comment
           
 int num_stores
           
 java.lang.String path
           
 int state
           
 netdfs.DfsStorageInfo[] stores
           
 
Constructor Summary
netdfs.DfsInfo3()
           
 
Method Summary
 void decode(NdrBuffer _src)
           
 void encode(NdrBuffer _dst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

netdfs.DfsInfo3

public netdfs.DfsInfo3()
Method Detail

encode

public void encode(NdrBuffer _dst)
            throws NdrException
Specified by:
encode in class NdrObject
Throws:
NdrException

decode

public void decode(NdrBuffer _src)
            throws NdrException
Specified by:
decode in class NdrObject
Throws:
NdrException