Package g4ds :: Module routingtablemanager :: Class RoutingTableEntry
[show private | hide private]
[frames | no frames]

Class RoutingTableEntry


Hold the information for one entry in the routing table.
Method Summary
  __init__(self, id, source_tc, destination_tc, gw_member_id, gw_community_id, costs)
Assigns the parameters to instance variables.
  __str__(self)
Some basic information about the object
  getCosts(self)
Getter
  getDestinationTC(self)
Getter
  getGWCommunityId(self)
Getter
  getGWMemberId(self)
Getter
  getId(self)
Getter
  getSourceTC(self)
Getter

Method Details

__init__(self, id, source_tc, destination_tc, gw_member_id, gw_community_id, costs)
(Constructor)

Assigns the parameters to instance variables.

If id is None, one will be generated using the tools module.

__str__(self)
(Informal representation operator)

Some basic information about the object

getCosts(self)

Getter

getDestinationTC(self)

Getter

getGWCommunityId(self)

Getter

getGWMemberId(self)

Getter

getId(self)

Getter

getSourceTC(self)

Getter

Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 http://epydoc.sf.net