common.service (version 0.1, 10 April 2003)
index
e:\bothans\common\service.py

 Service definitions module

 
Modules
            
logging
common.xmlutils
 
Classes
            
exceptions.Exception
ServiceAlreadyRegistered
Service
ServiceManager
 
class Service
       
   Methods defined here:
__init__(self, tw)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'common.service'
 
class ServiceAlreadyRegistered(exceptions.Exception)
       
   Data and non-method functions defined here:
__doc__ = None
__module__ = 'common.service'

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)
 
class ServiceManager
       
   Methods defined here:
__init__(self)
__iter__(self)
addService(self, service)
forClass(self, sclass)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'common.service'
 
Data
             __author__ = 'Michel Rasschaert <mrasschaert@neocles.com>'
__date__ = '10 April 2003'
__file__ = r'e:\bothans\common\service.pyc'
__license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'common.service'
__status__ = 'alpha'
__version__ = '0.1'
log = <logging.Logger instance at 0x00800AD8>
 
Author
             Michel Rasschaert <mrasschaert@neocles.com>