Detailed reference of prototypes, properties and methods available in the
Javascript environment of your Helma web applications.

Fields and methods of the jala.DnsClient class.
jala DnsClient(nameServer)
Constructs a new DnsClient object.
parameters
String nameServer IP-Address or FQDN of nameserver to query
methods
  • query(dName, queryType)
properties
jala DnsClient.Record(data)
Constructs a new instance of jala.DnsClient.Record.
parameters
org.wonderly.net.dns.RR data The data as received from the nameserver
methods
properties
  • String mx
String jala.DnsClient. nameServer
Contains the IP Adress/FQDN of the name server to query.
Number jala. DnsClient.TYPE_A
The "A" record/query type.
Number jala. DnsClient.TYPE_CNAME
The "CNAME" record/query type.
Number jala. DnsClient.TYPE_MX
The "MX" record/query type.
Number jala. DnsClient.TYPE_NS
The "NS" record/query type.
Number jala. DnsClient.TYPE_PTR
The "PTR" record/query type.
Number jala. DnsClient.TYPE_SOA
The "SOA" record/query type.
Number jala. DnsClient.TYPE_TXT
The "TXT" record/query type.
Number jala. DnsClient.TYPE_WKS
The "WKS" record/query type.
String jala.DnsClient.Record. host
The name of the host. This will only be set for records of type A, AAAA and NS.
see
String jala.DnsClient.Record. ipAddress
The IP address of the host. This will only be set for records of type A and AAAA
see
String jala.DnsClient.Record. cname
The CNAME of this record. This will only be set for records of type CNAME
see
The name of the mail exchanging server. This is only set for records of type MX
see
String jala.DnsClient.Record. email
The email address responsible for a name server. This property will only be set for records of type SOA
see
String jala.DnsClient.Record. text
Descriptive text as received from the nameserver. This is only set for records of type TXT
see
Methods
jala.DnsClient. query(dName, queryType)
Queries the nameserver for a specific domain and the given type of record.
parameters
String dName The domain name to query for
Number queryType The type of records to retrieve
returns
The records retrieved from the nameserver
jala.DnsClient. queryMailHost(dName)
Convenience method to query for the MX-records of the domain passed as argument.
parameters
String dName The domain name to query for
returns
The records retrieved from the nameserver
Returns the wrapped nameserver record data
returns
The wrapped data
Fri, 05 Feb 2010 17:40:06 GMT.

core framework

optional modules

java libraries

properties files