#include <coherence/util/processor/ConditionalProcessor.hpp>
Inherits AbstractProcessor.
Public Types | |
| typedef spec::Handle | Handle | 
| ConditionalProcessor Handle definition.  | |
| typedef spec::View | View | 
| ConditionalProcessor View definition.  | |
| typedef spec::Holder | Holder | 
| ConditionalProcessor Holder definition.  | |
Public Member Functions | |
| virtual Object::Holder | process (InvocableMap::Entry::Handle hEntry) const | 
| virtual Map::View | processAll (Set::View vsetEntries) const | 
| virtual void | readExternal (PofReader::Handle hIn) | 
| virtual void | writeExternal (PofWriter::Handle hOut) const | 
| virtual bool | equals (Object::View v) const | 
| virtual size32_t | hashCode () const | 
Protected Member Functions | |
| ConditionalProcessor () | |
| Construct a ConditionalProcessor.  | |
| ConditionalProcessor (Filter::View vFilter, InvocableMap::EntryProcessor::View vProcessor) | |
| Construct a ConditionalProcessor for the specified filter and the processor.   | |
Protected Attributes | |
| FinalView< Filter > | f_vFilter | 
| The underlying filter.  | |
| 
FinalView < InvocableMap::EntryProcessor >  | f_vProcessor | 
| The underlying entry processor.  | |
| ConditionalProcessor | ( | Filter::View | vFilter, | |
| InvocableMap::EntryProcessor::View | vProcessor | |||
| ) |  [protected] | 
        
Construct a ConditionalProcessor for the specified filter and the processor.
The specified entry processor gets invoked if and only if the filter applied to the InvocableMap entry evaluates to true; otherwise the result of the process invocation will return NULL.
| vFilter | the filter | |
| vProcessor | the entry processor |