|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
becomeDaemon(self)
fork twice to become a daemon |
source code
|
|
|
forwardDnsLookup(self,
hostname)
try the forward lookup dnstries times if it fails look in
cache |
source code
|
|
|
reverseDnsLookup(self,
addr)
try the reverse lookup dnstries times if it fails look in
cache |
source code
|
|
|
_dnsLookup(self,
function,
target)
try dns lookup dnstries times |
source code
|
|
|
|
|
|
|
getConfig(self)
handle errors when loading config from server we try configtries
times if no previous config is found |
source code
|
|
|
|
Inherited from CmdBase.CmdBase :
buildParser ,
checkLogpath ,
generate_configs ,
generate_xml_configs ,
generate_xml_table ,
getConfigFileDefaults ,
parseOptions ,
pretty_print_config_comment ,
setupLogging
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|