Package g4ds :: Module communicationmanager :: Class Endpoint
[show private | hide private]
[frames | no frames]

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
  __init__(self, id, memberId, communityId, protocolId, address, credentialId, init)
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

Method Details

__init__(self, id=None, memberId=None, communityId=None, protocolId=None, address=None, credentialId=None, init=0)
(Constructor)

Initalises the Protocol and assigns the parameters to the local variables.
Parameters:
id - Unique id for the protocol
           (type=String)
memberId - ID of the member providing this endpoint
           (type=String)
communityId - ID of the community the given member uses for this endpoint
           (type=String)
protocolId - ID of the protocol used for this endpoint (SOAP, HTTP, ...)
           (type=String)
address - Protocol specific address of the endpoint. (Like URL for SOAP, IP for SSH, ...)
           (type=String)
credentialId - ID of the credential connected to the endpoint
           (type=String)
init - Indidates, whether this instance is created during initialises process (of the container).
           (type=Boolean)

__str__(self)
(Informal representation operator)

Some basic information about the object

getAddress(self)

GETTER

getCommunityId(self)

GETTER

getCredentialId(self)

GETTER

getId(self)

GETTER

getMemberId(self)

GETTER

getProtocolId(self)

GETTER

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