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

Class XmlDataLoader

source code

Products.ZenUtils.CmdBase.CmdBase --+            
                                    |            
Products.ZenUtils.ZenDaemon.ZenDaemon --+        
                                        |        
      Products.ZenUtils.ZCmdBase.ZCmdBase --+    
                                            |    
           xml.sax.handler.ContentHandler --+    
                                            |    
      Products.ZenRelations.ImportRM.ImportRM --+
                                                |
                                               XmlDataLoader

Instance Methods [hide private]
 
loadDatabase(self)
The default behavior of loadObjectFromXML() will be to use the Zope app object, and thus operatate on the whole of Zenoss.
source code

Inherited from Products.ZenRelations.ImportRM.ImportRM: addLink, buildOptions, characters, cleanattrs, commit, context, createObject, endElement, loadObjectFromXML, processLinks, setProperty, startElement

Inherited from Products.ZenUtils.ZCmdBase.ZCmdBase: __init__, 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, parseOptions, pretty_print_config_comment

Inherited from xml.sax.handler.ContentHandler: endDocument, endElementNS, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElementNS, startPrefixMapping

Class Variables [hide private]

Inherited from Products.ZenRelations.ImportRM.ImportRM: rootpath

Inherited from Products.ZenUtils.ZenDaemon.ZenDaemon: pidfile

Inherited from Products.ZenUtils.CmdBase.CmdBase: doesLogging

Method Details [hide private]

loadDatabase(self)

source code 
The default behavior of loadObjectFromXML() will be to use the Zope app object, and thus operatate on the whole of Zenoss.
Overrides: Products.ZenRelations.ImportRM.ImportRM.loadDatabase
(inherited documentation)