jcifs.dcerpc.msrpc
Class srvsvc.TimeOfDayInfo

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.msrpc.srvsvc.TimeOfDayInfo
Enclosing class:
srvsvc

public static class srvsvc.TimeOfDayInfo
extends NdrObject


Field Summary
 int day
           
 int elapsedt
           
 int hours
           
 int hunds
           
 int mins
           
 int month
           
 int msecs
           
 int secs
           
 int timezone
           
 int tinterval
           
 int weekday
           
 int year
           
 
Constructor Summary
srvsvc.TimeOfDayInfo()
           
 
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

elapsedt

public int elapsedt

msecs

public int msecs

hours

public int hours

mins

public int mins

secs

public int secs

hunds

public int hunds

timezone

public int timezone

tinterval

public int tinterval

day

public int day

month

public int month

year

public int year

weekday

public int weekday
Constructor Detail

srvsvc.TimeOfDayInfo

public srvsvc.TimeOfDayInfo()
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