|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Record
org.xbill.DNS.SOARecord
public class SOARecord
Start of Authority - describes properties of a zone.
Field Summary |
---|
Fields inherited from class org.xbill.DNS.Record |
---|
dclass, name, ttl, type |
Constructor Summary | |
---|---|
SOARecord(Name name,
int dclass,
long ttl,
Name host,
Name admin,
long serial,
long refresh,
long retry,
long expire,
long minimum)
Creates an SOA Record from the given data |
Method Summary | |
---|---|
Name |
getAdmin()
Returns the zone administrator's address |
long |
getExpire()
Returns the time until a secondary expires a zone |
Name |
getHost()
Returns the primary name server |
long |
getMinimum()
Returns the minimum TTL for records in the zone |
long |
getRefresh()
Returns the zone refresh interval |
long |
getRetry()
Returns the zone retry interval |
long |
getSerial()
Returns the zone's serial number |
Methods inherited from class org.xbill.DNS.Record |
---|
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SOARecord(Name name, int dclass, long ttl, Name host, Name admin, long serial, long refresh, long retry, long expire, long minimum)
host
- The primary name server for the zoneadmin
- The zone administrator's addressserial
- The zone's serial numberrefresh
- The amount of time until a secondary checks for a new serial
numberretry
- The amount of time between a secondary's checks for a new
serial numberexpire
- The amount of time until a secondary expires a zoneminimum
- The minimum TTL for records in the zoneMethod Detail |
---|
public Name getHost()
public Name getAdmin()
public long getSerial()
public long getRefresh()
public long getRetry()
public long getExpire()
public long getMinimum()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |