|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SK.gnome.dwarf.utils.dns.Record SK.gnome.dwarf.utils.dns.Resource SK.gnome.dwarf.utils.dns.SOAResource
This resource identifies the start of a zone of authority.
Field Summary |
Fields inherited from class SK.gnome.dwarf.utils.dns.Resource |
rdata, ttl |
Fields inherited from class SK.gnome.dwarf.utils.dns.Record |
clazz, name, type |
Method Summary | |
int |
getExpire()
Returns the zone expiration timeout. |
int |
getMinimum()
Returns the minimum TTL value. |
java.lang.String |
getMName()
Returns the domain name server for this zone. |
int |
getRefresh()
Returns the zone refresh interval. |
int |
getRetry()
Returns the zone refresh retry interval. |
java.lang.String |
getRName()
Returns the responsible person's mailbox name. |
int |
getSerial()
Returns the version number of the zone. |
java.lang.String |
toString()
|
Methods inherited from class SK.gnome.dwarf.utils.dns.Resource |
getRData, getTTL |
Methods inherited from class SK.gnome.dwarf.utils.dns.Record |
getClassString, getClazz, getName, getType, getTypeString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getMName()
public java.lang.String getRName()
public int getSerial()
public int getRefresh()
public int getRetry()
public int getExpire()
public int getMinimum()
public java.lang.String toString()
toString
in class Record
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |