Package ZenUtils :: Module LocationDump :: Class LocationDump
[hide private]
[frames] | no frames]

Class LocationDump

source code

CmdBase.CmdBase --+        
                  |        
ZenDaemon.ZenDaemon --+    
                      |    
      ZCmdBase.ZCmdBase --+
                          |
                         LocationDump

Dump location data

Instance Methods [hide private]
 
dump(self)
Dump location data to the specified output file.
source code
 
buildOptions(self)
Command-line options for LocationDump
source code

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

Inherited from ZenDaemon.ZenDaemon: becomeDaemon, becomeWatchdog, changeUser, niceDoggie, openPrivilegedPort, setupLogging, writePidFile

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

Class Variables [hide private]

Inherited from ZenDaemon.ZenDaemon: pidfile

Inherited from CmdBase.CmdBase: doesLogging

Method Details [hide private]

buildOptions(self)

source code 
Command-line options for LocationDump
Overrides: ZCmdBase.ZCmdBase.buildOptions