jcifs.dcerpc.msrpc

Class netdfs.DfsInfo3

Enclosing Class:
netdfs

public static class netdfs.DfsInfo3
extends NdrObject

Field Summary

String
comment
int
num_stores
String
path
int
state
netdfs.DfsStorageInfo[]
stores

Method Summary

void
decode(NdrBuffer _src)
void
encode(NdrBuffer _dst)

Methods inherited from class jcifs.dcerpc.ndr.NdrObject

decode, encode

Field Details

comment

public String comment

num_stores

public int num_stores

path

public String path

state

public int state

stores

public netdfs.DfsStorageInfo[] stores

Method Details

decode

public void decode(NdrBuffer _src)
            throws NdrException
Overrides:
decode in interface NdrObject

encode

public void encode(NdrBuffer _dst)
            throws NdrException
Overrides:
encode in interface NdrObject