| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module communicationmanager :: Class Endpoint |
|
Address information about node.
Provides information about how to reach a certain node through a certain community using a certain protocol and appropriate credentials. In fact, for each of the combinations an endpoint instance has to be created.| Method Summary | |
|---|---|
Initalises the Protocol and assigns the parameters to the local variables. | |
Some basic information about the object | |
GETTER | |
GETTER | |
GETTER | |
GETTER | |
GETTER | |
GETTER | |
| Instance Variable Summary | |
|---|---|
String |
_address: Protocol specific address of the endpoint. |
String |
_communityId: ID of the community the given member uses for this endpoint |
String |
_credentialId: ID of the credential connected to the endpoint |
String |
_id: Unique id for the protocol |
String |
_memberId: ID of the member providing this endpoint |
String |
_protocolId: ID of the protocol used for this endpoint (SOAP, HTTP, ...) |
| Method Details |
|---|
__init__(self,
id=None,
memberId=None,
communityId=None,
protocolId=None,
address=None,
credentialId=None,
init=0)
Initalises the Protocol and assigns the parameters to the local
variables.
|
__str__(self)
Some basic information about the object
|
getAddress(self)GETTER |
getCommunityId(self)GETTER |
getCredentialId(self)GETTER |
getId(self)GETTER |
getMemberId(self)GETTER |
getProtocolId(self)GETTER |
| Instance Variable Details |
|---|
_addressProtocol specific address of the endpoint. (Like URL for SOAP, IP for SSH, ...)
|
_communityIdID of the community the given member uses for this endpoint
|
_credentialIdID of the credential connected to the endpoint
|
_idUnique id for the protocol
|
_memberIdID of the member providing this endpoint
|
_protocolIdID of the protocol used for this endpoint (SOAP, HTTP, ...)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 | http://epydoc.sf.net |