Package zope :: Package component :: Package bbb :: Module interfaces :: Class IServiceService
[show private | hide private]
[frames | no frames]

Type IServiceService

Interface --+
            |
           IServiceService

Known Subclasses:
IGlobalServiceManager

A service to manage Services.


Class Variable Summary
str getInterfaceFor = 'Retrieve the service interface for th...
str getService = "Retrieve a service implementation\n\n     ...
str getServiceDefinitions = 'Retrieve all Service Definition...

Class Variable Details

getInterfaceFor

Type:
str
Value:
'''Retrieve the service interface for the given name
        '''                                                            

getService

Type:
str
Value:
"""Retrieve a service implementation

        Raises ComponentLookupError if the service can't be found.
        """                                                            

getServiceDefinitions

Type:
str
Value:
'''Retrieve all Service Definitions

        Should return a list of tuples (name, interface)
        '''                                                            

Generated by Epydoc 2.1 on Fri Jun 24 12:01:25 2005 http://epydoc.sf.net