Package Products :: Package ZenRelations :: Module ImportRM :: Class NoLoginImportRM
[hide private]
[frames] | no frames]

Class NoLoginImportRM

source code

              object --+                
                       |                
ZenUtils.CmdBase.CmdBase --+            
                           |            
ZenUtils.ZenDaemon.ZenDaemon --+        
                               |        
      ZenUtils.ZCmdBase.ZCmdBase --+    
                                   |    
  xml.sax.handler.ContentHandler --+    
                                   |    
                            ImportRM --+
                                       |
                                      NoLoginImportRM

An ImportRM that does not call the __init__ method on ZCmdBase

Instance Methods [hide private]
 
__init__(self, app)
Initializer
source code

Inherited from ImportRM: addLink, buildOptions, characters, cleanattrs, commit, context, createObject, endElement, loadDatabase, 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 ImportRM: rootpath, skipobj

Inherited from ZenUtils.ZenDaemon.ZenDaemon: pidfile

Inherited from ZenUtils.CmdBase.CmdBase: doesLogging

Method Details [hide private]

__init__(self, app)
(Constructor)

source code 

Initializer

Parameters:
  • app (string) - app
Overrides: xml.sax.handler.ContentHandler.__init__