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, startElement

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

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

Inherited from ZenUtils.CmdBase.CmdBase: buildParser, checkLogpath, generate_configs, generate_xml_configs, generate_xml_table, getConfigFileDefaults, parseOptions, pretty_print_config_comment

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, app)
(Constructor)

source code 
Initializer
Parameters:
  • app (string) - app
Overrides: ImportRM.__init__