com.eurotech.framework.linux.net.dhcp
Class DhcpServerManager

java.lang.Object
  extended by com.eurotech.framework.linux.net.dhcp.DhcpServerManager

public class DhcpServerManager
extends Object


Constructor Summary
DhcpServerManager()
           
 
Method Summary
static boolean disable(String interfaceName)
           
static boolean enable(String interfaceName)
           
static String getConfigFilename(String interfaceName)
           
static boolean isRunning(String interfaceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DhcpServerManager

public DhcpServerManager()
Method Detail

isRunning

public static boolean isRunning(String interfaceName)
                         throws EsfException
Throws:
EsfException

enable

public static boolean enable(String interfaceName)
                      throws EsfException
Throws:
EsfException

disable

public static boolean disable(String interfaceName)
                       throws EsfException
Throws:
EsfException

getConfigFilename

public static String getConfigFilename(String interfaceName)


Copyright © 2013. All Rights Reserved.