public interface RoutingAgentService
| Modifier and Type | Method and Description |
|---|---|
void |
addInterface(NetInterfaceConfig netIfaceConfig)
Adds interface to RoutingAgent
|
String |
getDefaultGateway()
Get the default gateway
|
void |
removeInterface(String interfaceName)
Removes interface from RoutingAgent
|
void |
setPriorities(Map<String,Integer> priorities)
Sets interface priorities
|
void setPriorities(Map<String,Integer> priorities)
priorities - - list of interface priorities as Mapvoid addInterface(NetInterfaceConfig netIfaceConfig) throws EsfException
netIfaceConfig - - interface configuration as NetInterfaceConfigEsfExceptionvoid removeInterface(String interfaceName) throws EsfException
interfaceName - - interface name as StringEsfExceptionString getDefaultGateway() throws EsfException
StringEsfExceptionCopyright © 2013. All Rights Reserved.