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 create the zendisc command and return it.
source code
 
cleanup(self)
Delegate cleanup to the Job itself.
source code

Inherited from BaseDeviceLoader: __init__, 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]

run_zendisc(self, deviceName, devicePath, performanceMonitor)

source code 
In this subclass, just create the zendisc command and return it. The job will do the actual running.
Overrides: BaseDeviceLoader.run_zendisc

cleanup(self)

source code 
Delegate cleanup to the Job itself.
Overrides: BaseDeviceLoader.cleanup