Package ZenModel :: Module IpServiceLoader :: Class IpServiceLoader
[hide private]
[frames] | no frames]

Class IpServiceLoader

source code

Products.ZenUtils.CmdBase.CmdBase --+            
                                    |            
Products.ZenUtils.ZenDaemon.ZenDaemon --+        
                                        |        
      Products.ZenUtils.ZCmdBase.ZCmdBase --+    
                                            |    
    Products.ZenUtils.BasicLoader.BasicLoader --+
                                                |
                                               IpServiceLoader

Instance Methods [hide private]
 
__init__(self, noopts=0, app=None)
Handle command line options, get app instance,and setup log file
source code
 
loaderBody(self, line) source code

Inherited from Products.ZenUtils.BasicLoader.BasicLoader: buildOptions, loadDatabase, parseOptions, setfields

Inherited from Products.ZenUtils.ZCmdBase.ZCmdBase: closeAll, closedb, findDevice, getConnection, getContext, getDataRoot, getDmdObj, login, logout, opendb, syncdb, zeoConnect

Inherited from Products.ZenUtils.ZenDaemon.ZenDaemon: becomeDaemon, changeUser, setupLogging, sigTerm

Inherited from Products.ZenUtils.CmdBase.CmdBase: buildParser, generate_configs, generate_xml_table, pretty_print_config_comment

Class Variables [hide private]
  lineparse = re.compile(r'^(\S+)\s+(\d+)/(\S+)(.*)')

Inherited from Products.ZenUtils.ZenDaemon.ZenDaemon: pidfile

Inherited from Products.ZenUtils.CmdBase.CmdBase: doesLogging

Method Details [hide private]

__init__(self, noopts=0, app=None)
(Constructor)

source code 
Handle command line options, get app instance,and setup log file
Overrides: Products.ZenUtils.BasicLoader.BasicLoader.__init__
(inherited documentation)