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

Class WeblogDeviceLoader

source code

      object --+    
               |    
BaseDeviceLoader --+
                   |
                  WeblogDeviceLoader

Instance Methods [hide private]
 
__init__(self, context, request)
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

Inherited from BaseDeviceLoader: cleanup, load_device

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

Class Variables [hide private]

Inherited from BaseDeviceLoader: context, deviceobj, request

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, context, request)
(Constructor)

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

run_zendisc(self, deviceName, devicePath, performanceMonitor)

source code 
Various ways of doing this should be implemented in subclasses.
Overrides: BaseDeviceLoader.run_zendisc
(inherited documentation)