Package p6 :: Package zcmlsupport :: Package bbb :: Module interfaces :: Class IBBBSiteManager
[show private | hide private]
[frames | no frames]

Type IBBBSiteManager

Interface --+
            |
           IBBBSiteManager


Service Managers act as containers for Services.

If a Service Manager is asked for a service, it checks for those it contains before using a context-based lookup to find another service manager to delegate to. If no other service manager is found they defer to the ComponentArchitecture ServiceManager which contains file based services.


Class Variable Summary
str addSubsite = 'Add a subsite of the site\n\n        Local...
str createRegistrationsFor = 'Create and return an IRegistra...
str listRegistrationNames = 'Return a list of all registered...
str queryActiveComponent = 'Finds the registration registry ...
str queryLocalService = 'Return a local service, if there is...
str queryRegistrations = 'Return an IRegistrationStack for t...

Class Variable Details

addSubsite

Type:
str
Value:
'''Add a subsite of the site

        Local sites are connected in a tree. Each site knows about
        its containing sites and its subsites.

        BBB: Replaced by addSub in ILocatedRegistry
        '''                                                            

createRegistrationsFor

Type:
str
Value:
'''Create and return an IRegistrationRegistry for the registration
        name.

        createRegistrationsFor(cfg, default) is equivalent to
        createRegistrations(cfg.name, default)
        '''                                                            

listRegistrationNames

Type:
str
Value:
'''Return a list of all registered registration names.
        '''                                                            

queryActiveComponent

Type:
str
Value:
'''Finds the registration registry for a given name, checks if it has
        an active registration, and if so, returns its component.  Oth\
erwise
        returns default.
        '''                                                            

queryLocalService

Type:
str
Value:
'''Return a local service, if there is one

        A local service is one configured in the local service manager\
.
        '''                                                            

queryRegistrations

Type:
str
Value:
'''Return an IRegistrationStack for the registration name.

        queryRegistrationsFor(cfg, default) is equivalent to
        queryRegistrations(cfg.name, default)
        '''                                                            

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