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

Class BaseDeviceLoader

source code

object --+
         |
        BaseDeviceLoader

Instance Methods [hide private]
 
__init__(self, context)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
run_zendisc(self, deviceName, devicePath, performanceMonitor)
Various ways of doing this should be implemented in subclasses.
source code
 
cleanup(self)
Delete the device object, presumably because discovery failed.
source code
 
load_device(self, deviceName, devicePath='/Discovered', discoverProto='snmp', performanceMonitor='localhost', manageIp="", zProperties=None, deviceProperties=None)
Load a single device into the database.
source code

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

Class Variables [hide private]
  context = None
  request = None
  deviceobj = None
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, context)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)