jcifs.dcerpc.msrpc
Class netdfs.DfsStorageInfo

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.msrpc.netdfs.DfsStorageInfo
Enclosing class:
netdfs

public static class netdfs.DfsStorageInfo
extends NdrObject


Field Summary
 java.lang.String server_name
           
 java.lang.String share_name
           
 int state
           
 
Constructor Summary
netdfs.DfsStorageInfo()
           
 
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

state

public int state

server_name

public java.lang.String server_name

share_name

public java.lang.String share_name
Constructor Detail

netdfs.DfsStorageInfo

public netdfs.DfsStorageInfo()
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