Secure iNet Factory

com.jscape.inet.dns.record
Class Pointer

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

public class Pointer
extends DnsRecord

Pointer record is used in special domains to point to some other location in the domain space

See Also:
Serialized Form

Constructor Summary
Pointer()
           
 
Method Summary
 java.lang.String getPointer()
          Gets domain-name to which pointer points in the domain name space.
 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

Pointer

public Pointer()
Method Detail

getPointer

public java.lang.String getPointer()
Gets domain-name to which pointer points in the domain name space.

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