Secure iNet Factory

com.jscape.inet.dns.record
Class MailDomain

java.lang.Object
  extended by com.jscape.inet.dns.record.DnsRecord
      extended by com.jscape.inet.dns.record.MailDomain
All Implemented Interfaces:
java.io.Serializable

public class MailDomain
extends DnsRecord

MailDomain record represents a mail-destination. Obsolete per RFC 1035 - use MailExchange record

See Also:
Serialized Form

Constructor Summary
MailDomain()
           
 
Method Summary
 java.lang.String getMailDestination()
          Gets domain-name which specifies a host which has a mail agent for the domain which should be able to deliver mail for the domain.
 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

MailDomain

public MailDomain()
Method Detail

getMailDestination

public java.lang.String getMailDestination()
Gets domain-name which specifies a host which has a mail agent for the domain which should be able to deliver mail for the domain.

Returns:
domain-name

toString

public java.lang.String toString()
Gets String representation of this record.

Overrides:
toString in class java.lang.Object
Returns:
String

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved