| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module communitymanager :: Class CommunityGateway |
|
Maintains information about a Trusting Commuity Gateway.
Each instance maintains only one direction, hence if a node is responsible for passing traffic in both directions, two instances have to be created.| Method Summary | |
|---|---|
Initalises a community gateway. | |
Some basic information about the object | |
String
|
GETTER |
String
|
GETTER |
String
|
GETTER |
| Instance Variable Summary | |
|---|---|
String |
_destinationCommunityId: Community TO which the given member may pass traffic |
String |
_memberId: ID of the node implementing this role |
String |
_sourceCommunityId: Community FROM which the given member may pass messages |
| Method Details |
|---|
__init__(self,
memberId,
sourceCommunityId,
destinationCommunityId,
registerInCommunities=0,
registerInMember=0,
persistent=1)
|
__str__(self)
Some basic information about the object
|
getDestinationCommunityId(self)GETTER
|
getMemberId(self)GETTER
|
getSourceCommunityId(self)GETTER
|
| Instance Variable Details |
|---|
_destinationCommunityIdCommunity TO which the given member may pass traffic
|
_memberIdID of the node implementing this role
|
_sourceCommunityIdCommunity FROM which the given member may pass messages
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 | http://epydoc.sf.net |