Package Products :: Package ZenHub :: Module invalidationfilter :: Class DeviceClassInvalidationFilter
[hide private]
[frames] | no frames]

Class DeviceClassInvalidationFilter

source code

         object --+    
                  |    
BaseOrganizerFilter --+
                      |
                     DeviceClassInvalidationFilter

Subclass of BaseOrganizerFilter with specific logic for Device classes. Uses both z/c properties as well as locally bound RRD templates to create the checksum.

Instance Methods [hide private]
 
__init__(self) source code
 
getRoot(self, context) source code
 
generateChecksum(self, organizer, md5_checksum)
Generate a checksum representing the state of the device class as it pertains to configuration.
source code

Inherited from BaseOrganizerFilter: getZorCProperties, include, initialize, organizerChecksum

Class Variables [hide private]

Inherited from BaseOrganizerFilter: iszorcustprop, weight

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: BaseOrganizerFilter.__init__

getRoot(self, context)

source code 
Overrides: BaseOrganizerFilter.getRoot

generateChecksum(self, organizer, md5_checksum)

source code 

Generate a checksum representing the state of the device class as it pertains to configuration. This takes into account templates and zProperties, nothing more.

Overrides: BaseOrganizerFilter.generateChecksum