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

Class XmlDataLoader

source code

              object --+                
                       |                
ZenUtils.CmdBase.CmdBase --+            
                           |            
ZenUtils.ZenDaemon.ZenDaemon --+        
                               |        
      ZenUtils.ZCmdBase.ZCmdBase --+    
                                   |    
  xml.sax.handler.ContentHandler --+    
                                   |    
      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 ZenRelations.ImportRM.ImportRM: __init__, addLink, buildOptions, characters, cleanattrs, commit, context, createObject, endElement, loadObjectFromXML, processLinks, setProperty, setZendoc, startElement

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

Inherited from ZenUtils.ZenDaemon.ZenDaemon: becomeDaemon, becomeWatchdog, changeUser, convertSocketOption, logname, niceDoggie, openPrivilegedPort, setupLogging, sighandler_USR1, watchdogCycleTime, watchdogMaxRestartTime, watchdogStartTimeout, writePidFile

Inherited from ZenUtils.ZenDaemon.ZenDaemon (private): _sigUSR1_called

Inherited from ZenUtils.CmdBase.CmdBase: buildParser, checkLogpath, generate_configs, generate_xml_configs, generate_xml_table, getConfigFileDefaults, getGlobalConfigFileDefaults, getParamatersFromConfig, loadConfigFile, parseOptions, pretty_print_config_comment, validateConfigFile

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

Class Variables [hide private]

Inherited from ZenRelations.ImportRM.ImportRM: rootpath, skipobj

Inherited from ZenUtils.ZenDaemon.ZenDaemon: pidfile

Inherited from 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: ZenRelations.ImportRM.ImportRM.loadDatabase
(inherited documentation)