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

Class JobDeviceLoader

source code

      object --+    
               |    
BaseDeviceLoader --+
                   |
                  JobDeviceLoader

Instance Methods [hide private]
 
run_zendisc(self, deviceName, devicePath, performanceMonitor)
In this subclass, just commit to database, so everybody can find the new device
source code
 
cleanup(self)
Delegate cleanup to the Job itself.
source code

Inherited from BaseDeviceLoader: __init__, load_device

Class Variables [hide private]

Inherited from BaseDeviceLoader: context, deviceobj, request

Method Details [hide private]

run_zendisc(self, deviceName, devicePath, performanceMonitor)

source code 

In this subclass, just commit to database, so everybody can find the new device

Overrides: BaseDeviceLoader.run_zendisc

cleanup(self)

source code 

Delegate cleanup to the Job itself.

Overrides: BaseDeviceLoader.cleanup