|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.dns.record.DnsRecord
com.jscape.inet.dns.record.StartOfAuthority
public class StartOfAuthority
StartOfAuthority record marks the start of a zone of authority.
Constructor Summary | |
---|---|
StartOfAuthority()
|
Method Summary | |
---|---|
long |
getExpire()
Gets time interval that can elapse before the zone is no longer authoritative. |
java.lang.String |
getMailAddress()
Gets e-mail address of the person responsible for this zone. |
java.lang.String |
getOrigin()
Gets domain-name of the name server that was the original or primary source of data for this zone. |
long |
getRefresh()
Gets time interval before the zone should be refreshed. |
long |
getRetry()
Gets retry interval for a failed refresh. |
long |
getSerial()
Gets version number of the orignal copy of the zone. |
long |
getTTL()
Gets TTL (Time to Live) for resource records from this zone. |
java.lang.String |
toString()
Gets String representation of this record. |
Methods inherited from class com.jscape.inet.dns.record.DnsRecord |
---|
getRecordClass, getRecordName, getRecordTTL, getRecordType, init, isValid |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StartOfAuthority()
Method Detail |
---|
public java.lang.String getOrigin()
public java.lang.String getMailAddress()
public long getSerial()
public long getRefresh()
public long getRetry()
public long getExpire()
public long getTTL()
public java.lang.String toString()
toString
in class java.lang.Object
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |