|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoutingAgentService
Routing agent service is used to control the static routing table. The service is used to specify which interfaces should be used in considering routes and what their priorities should be.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |