org.xbill.DNS
Class MRRecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.MRRecord
- All Implemented Interfaces:
- Cloneable, Comparable
public class MRRecord
- extends Record
Mailbox Rename Record - specifies a rename of a mailbox.
- Author:
- Brian Wellington
Constructor Summary |
MRRecord(Name name,
int dclass,
long ttl,
Name newName)
Creates a new MR Record with the given data |
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 |
singleName
protected Name singleName
MRRecord
public MRRecord(Name name,
int dclass,
long ttl,
Name newName)
- Creates a new MR Record with the given data
- Parameters:
newName
- The new name of the mailbox specified by the domain.
domain.
getNewName
public Name getNewName()
- Gets the new name of the mailbox specified by the domain
getSingleName
protected Name getSingleName()