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 Map
void addInterface(NetInterfaceConfig netIfaceConfig) throws EsfException
netIfaceConfig
- - interface configuration as NetInterfaceConfig
EsfException
void removeInterface(String interfaceName) throws EsfException
interfaceName
- - interface name as String
EsfException
String getDefaultGateway() throws EsfException
String
EsfException
Copyright © 2013. All Rights Reserved.