org.jacorb.orb.dns
Class DNSLookup

java.lang.Object
  extended byorg.jacorb.orb.dns.DNSLookup
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable

public class DNSLookup
extends java.lang.Object
implements org.apache.avalon.framework.configuration.Configurable


Constructor Summary
DNSLookup()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration configuration)
           
 java.lang.String inverseLookup(java.net.InetAddress addr)
           
 java.lang.String inverseLookup(java.lang.String ip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNSLookup

public DNSLookup()
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Throws:
org.apache.avalon.framework.configuration.ConfigurationException

inverseLookup

public java.lang.String inverseLookup(java.lang.String ip)

inverseLookup

public java.lang.String inverseLookup(java.net.InetAddress addr)