org.xbill.DNS
Class NSAP_PTRRecord

java.lang.Object
  extended by org.xbill.DNS.Record
      extended by org.xbill.DNS.NSAP_PTRRecord
All Implemented Interfaces:
Cloneable, Comparable

public class NSAP_PTRRecord
extends Record

NSAP Pointer Record - maps a domain name representing an NSAP Address to a hostname.

Author:
Brian Wellington

Field Summary
protected  Name singleName
           
 
Fields inherited from class org.xbill.DNS.Record
dclass, name, ttl, type
 
Constructor Summary
NSAP_PTRRecord(Name name, int dclass, long ttl, Name target)
          Creates a new NSAP_PTR Record with the given data
 
Method Summary
protected  Name getSingleName()
           
 Name getTarget()
          Gets the target of the NSAP_PTR Record
 
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
 

Field Detail

singleName

protected Name singleName
Constructor Detail

NSAP_PTRRecord

public NSAP_PTRRecord(Name name,
                      int dclass,
                      long ttl,
                      Name target)
Creates a new NSAP_PTR Record with the given data

Parameters:
target - The name of the host with this address
Method Detail

getTarget

public Name getTarget()
Gets the target of the NSAP_PTR Record


getSingleName

protected Name getSingleName()