org.apache.directory.server.dns
Class DnsServer

java.lang.Object
  extended by org.apache.directory.server.protocol.shared.AbstractProtocolService
      extended by org.apache.directory.server.protocol.shared.DirectoryBackedService
          extended by org.apache.directory.server.dns.DnsServer
All Implemented Interfaces:
ProtocolService

public class DnsServer
extends DirectoryBackedService

Contains the configuration parameters for the DNS protocol provider.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.server.protocol.shared.AbstractProtocolService
transports
 
Constructor Summary
DnsServer()
          Creates a new instance of DnsConfiguration.
 
Method Summary
 void start()
           
 void stop()
           
 String toString()
           
 
Methods inherited from class org.apache.directory.server.protocol.shared.DirectoryBackedService
getDirectoryService, getSearchBaseDn, isCatelogBased, setCatelogBased, setDirectoryService, setSearchBaseDn
 
Methods inherited from class org.apache.directory.server.protocol.shared.AbstractProtocolService
addTransports, getDatagramAcceptor, getServiceId, getServiceName, getSocketAcceptor, getTransports, isEnabled, isStarted, setEnabled, setServiceId, setServiceName, setStarted, setTransports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DnsServer

public DnsServer()
Creates a new instance of DnsConfiguration.

Method Detail

start

public void start()
           throws IOException
Throws:
IOException - if we cannot bind to the specified ports

stop

public void stop()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


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