| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module communitymanager :: Class Member |
|
| Method Summary | |
|---|---|
Initialises the member instance. | |
Some basic information about the object | |
Adds the role of an authority to the given community. | |
Make this node member of the given community. | |
Register the gateway with this member. | |
List of String
|
GETTER |
List of CommunityGateway
|
GETTER |
String
|
GETTER |
String
|
GETTER |
String
|
GETTER |
String
|
GETTER |
String
|
GETTER |
| Instance Variable Summary | |
|---|---|
List of String |
_authorizedComunities: All the communities this node is an authority of |
List of String |
_communities: IDs of all communities, this member is member of |
List of CommunityGateway |
_gateways: All the gateways this node is serving |
String |
_id: Inique ID for the Member |
String |
_mdl: Member description in XML |
String |
_mdldate: Date for the version of the XML member description |
String |
_mdlversion: Version for the XML member description |
String |
_name: Name for the Member |
| Method Details |
|---|
__init__(self,
id=None,
name=None,
mdl=None,
mdlversion=None,
mdldate=None)
|
__str__(self)
Some basic information about the object
|
addAuthorityRole(self, communityid)Adds the role of an authority to the given community.
|
addCommunity(self, communityid, registerInCommunity=0)Make this node member of the given community.
|
addGateway(self, gateway)Register the gateway with this member.
|
getCommunityIds(self)GETTER
|
getGateways(self)GETTER
|
getId(self)GETTER
|
getMdl(self)GETTER
|
getMdlDate(self)GETTER
|
getMdlVersion(self)GETTER
|
getName(self)GETTER
|
| Instance Variable Details |
|---|
_authorizedComunitiesAll the communities this node is an authority of
|
_communitiesIDs of all communities, this member is member of
|
_gatewaysAll the gateways this node is serving
|
_idInique ID for the Member
|
_mdlMember description in XML
|
_mdldateDate for the version of the XML member description
|
_mdlversionVersion for the XML member description
|
_nameName for the Member
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 | http://epydoc.sf.net |