com.eurotech.framework.linux.net.dns
Class LinuxNamed

java.lang.Object
  extended by com.eurotech.framework.linux.net.dns.LinuxNamed

public class LinuxNamed
extends Object


Method Summary
 boolean disable()
           
 boolean enable()
           
 String getConfigFilename()
           
 DnsServerConfigIP4 getDnsServerConfig()
           
static LinuxNamed getInstance()
           
 boolean isConfigured()
           
 boolean isEnabled()
           
 boolean restart()
           
 void setConfig(DnsServerConfigIP4 dnsServerConfigIP4)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LinuxNamed getInstance()
                              throws EsfException
Throws:
EsfException

isEnabled

public boolean isEnabled()
                  throws EsfException
Throws:
EsfException

enable

public boolean enable()
               throws EsfException
Throws:
EsfException

disable

public boolean disable()
                throws EsfException
Throws:
EsfException

restart

public boolean restart()
                throws EsfException
Throws:
EsfException

isConfigured

public boolean isConfigured()

setConfig

public void setConfig(DnsServerConfigIP4 dnsServerConfigIP4)
               throws EsfException
Throws:
EsfException

getDnsServerConfig

public DnsServerConfigIP4 getDnsServerConfig()

getConfigFilename

public String getConfigFilename()


Copyright © 2013. All Rights Reserved.