org.nhindirect.dns
Interface DNSServerMBean

All Known Implementing Classes:
DNSServer

public interface DNSServerMBean

MBean interface definition for monitoring and managing the DNS server.

Since:
1.1.0
Author:
Greg Meyer

Method Summary
 String getDNSStoreImplName()
          Gets the fully qualified class name of the DNS store.
 CompositeData getServerSettings()
          Gets the DNS server settings.
 void startServer()
          Initializes the DNS server socket listeners are begins accepting requests.
 void stopServer()
          Shutdown the DNS server socket listeners and stops accepting requests.
 

Method Detail

getServerSettings

CompositeData getServerSettings()
Gets the DNS server settings.

Returns:
The DNS server settings.

startServer

void startServer()
Initializes the DNS server socket listeners are begins accepting requests.


stopServer

void stopServer()
Shutdown the DNS server socket listeners and stops accepting requests.


getDNSStoreImplName

String getDNSStoreImplName()
Gets the fully qualified class name of the DNS store.

Returns:
The fully qualified class name of the DNS store.


Copyright © 2010-2015 The Direct Project. All Rights Reserved.