| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module protocolcontroller :: Class ProtocolController |
|
| Method Summary | |
|---|---|
Initialises the Protocol controller. | |
Some basic information about the object | |
List of String
|
Returns a list of names of available protocols. |
protocols.protocolinterface.ProtocolInterface
|
Provides an instance of the protocol with the name requested. |
List of String
|
Returns a list of names of protocols, which are currently initialised on this node. |
shutdownAllListeners(self)
| |
| Instance Variable Summary | |
|---|---|
String |
_defaultprotocol: Name of the protocol to be used whenever none is defined |
Dict of {ProtocolImplementations} |
_openprotocols: Protocols, which are currently in use; hence, which ones are
listening |
Dict of {ProtocolImplementationModules} |
_protocols: Dictionary of protocols implemented and available on this node |
| Method Details |
|---|
__init__(self,
positiveList=None,
negativeList=None,
defaultProtocol='soap')
|
__str__(self)
Some basic information about the object
|
getAvailableProtocols(self)Returns a list of names of available protocols.
|
getOpenProtocol(self, name)Provides an instance of the protocol with the name requested.
|
getOpenProtocols(self)Returns a list of names of protocols, which are currently initialised on this node.
|
| Instance Variable Details |
|---|
_defaultprotocolName of the protocol to be used whenever none is defined
|
_openprotocolsProtocols, which are currently in use; hence, which ones are listening
|
_protocolsDictionary of protocols implemented and available on this node
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 | http://epydoc.sf.net |