org.apache.directory.server.dns.service
Class DomainNameService

java.lang.Object
  extended by org.apache.directory.server.dns.service.DomainNameService

public class DomainNameService
extends Object

Domain Name Service (DNS) Protocol (RFC 1034, 1035)

Author:
Apache Directory Project

Constructor Summary
DomainNameService()
           
 
Method Summary
static void execute(DnsContext dnsContext, DnsMessage request)
          Creates a new instance of DomainNameService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainNameService

public DomainNameService()
Method Detail

execute

public static void execute(DnsContext dnsContext,
                           DnsMessage request)
                    throws Exception
Creates a new instance of DomainNameService.

Throws:
Exception


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.