| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module routingtablemanagerdb :: Class RoutingTableManagerDB |
|
routingtablemanager.RoutingTableManager
| Method Summary | |
|---|---|
Initialise database connections. | |
Adds one entry to the routing table table. | |
Drops all entries in the table for the routing table. | |
Fetches list of routing table entries from the database. | |
Overwrites the data of the old entry with the one of the new entry. | |
| Method Details |
|---|
__init__(self)
|
addRoutingTableEntry(self, entry)Adds one entry to the routing table table. |
emptyRoutingTable(self)Drops all entries in the table for the routing table. |
getRoutingTableEntries(self)Fetches list of routing table entries from the database. |
updateRoutingTableEntry(self, oldEntry, newEntry)Overwrites the data of the old entry with the one of the new entry. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 | http://epydoc.sf.net |