jcifs.dcerpc.msrpc

Class netdfs.DfsStorageInfo

Enclosing Class:
netdfs

public static class netdfs.DfsStorageInfo
extends NdrObject

Field Summary

String
server_name
String
share_name
int
state

Method Summary

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

Methods inherited from class jcifs.dcerpc.ndr.NdrObject

decode, encode

Field Details

server_name

public String server_name

share_name

public String share_name

state

public int state

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