com.esf.net.dns.service
Interface IEsfDnsService
public interface IEsfDnsService
Field Summary |
static java.lang.String |
SERVICE_NAME
Reports the class name representing this interface. |
SERVICE_NAME
static final java.lang.String SERVICE_NAME
- Reports the class name representing this interface.
getDnServers
java.lang.String[] getDnServers()
getPppDnServers
java.lang.String[] getPppDnServers()
removeDnsServer
void removeDnsServer(java.lang.String serverIpAddress)
addDnsServer
void addDnsServer(java.lang.String serverIpAddress)
setPppDns
void setPppDns()
throws java.lang.Exception
- Throws:
java.lang.Exception
unsetPppDns
void unsetPppDns()
throws java.lang.Exception
- Throws:
java.lang.Exception
isPppDnsSet
boolean isPppDnsSet()
throws java.lang.Exception
- Throws:
java.lang.Exception