contains a host:port (bind)
Methods
|
|
__init__
destroy
log
logdebug
logerror
validate
|
|
__init__
|
__init__ ( self, doc )
Exceptions
|
|
configError( "bind: missing %s attribute" % n )
configError( "bind: port value must be an integer" )
|
|
|
destroy
|
destroy ( self )
|
|
log
|
log ( self, text )
|
|
logdebug
|
logdebug ( self, text )
|
|
logerror
|
logerror ( self, text )
|
|
validate
|
validate ( self )
validate our config doc
Exceptions
|
|
configError( '%s.logClass must be a class' % self.moduleName )
configError("%s.handlerClass or %s.authFunction nonexistent" %( self.moduleName, self.authmoduleName ) )
|
|
|