Package Products :: Package ZenHub :: Module interfaces :: Class IInvalidationFilter
[hide private]
[frames] | no frames]

Class IInvalidationFilter

source code

zope.component.interfaces.Interface --+
                                      |
                                     IInvalidationFilter

Filters invalidations before they're pushed to workers.

Instance Methods [hide private]
 
initialize(context)
Initialize any state necessary for this filter to function.
source code
 
include(obj)
Return whether to exclude this device, include it absolutely, or move on to the next filter (FILTER_EXCLUDE, FILTER_INCLUDE or FILTER_CONTINUE).
source code
Class Variables [hide private]
  weight = Attribute("Where this filter should be in the process...
Class Variable Details [hide private]

weight

Value:
Attribute("Where this filter should be in the process. Lower is earlie\
r.")