SK.gnome.dwarf.utils.dns
Class SOAResource

java.lang.Object
  extended bySK.gnome.dwarf.utils.dns.Record
      extended bySK.gnome.dwarf.utils.dns.Resource
          extended bySK.gnome.dwarf.utils.dns.SOAResource

public class SOAResource
extends Resource

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

getMName

public java.lang.String getMName()
Returns the domain name server for this zone.

Returns:
the name server

getRName

public java.lang.String getRName()
Returns the responsible person's mailbox name.

Returns:
the mailbox name

getSerial

public int getSerial()
Returns the version number of the zone.

Returns:
the version number

getRefresh

public int getRefresh()
Returns the zone refresh interval.

Returns:
the refresh interval

getRetry

public int getRetry()
Returns the zone refresh retry interval.

Returns:
the retry interval

getExpire

public int getExpire()
Returns the zone expiration timeout.

Returns:
the expiration timeout

getMinimum

public int getMinimum()
Returns the minimum TTL value.

Returns:
the minimum TTL value

toString

public java.lang.String toString()
Overrides:
toString in class Record


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.