Package com.ibm.websphere.brb.strategy

Class Summary
AcceptAnyFilteringStrategy Accepts any number of rules which are found and returns them unmodified.
AcceptFirstFilteringStrategy Returns only the first rule which is given; if zero rules are given, throws a NoRulesFoundException.
AcceptLastFilteringStrategy Returns only the last rule which is given; if zero rules are given, throws a NoRulesFoundException.
AcceptOneFilteringStrategy Ensures that there is exactly one rule which is found.
DefaultClassifierFindingStrategy The default FindingStrategy which is used to find classifier rules.
DefaultFiringStrategy The default implementation of the FiringStrategy interface.
DefaultNonClassifierFindingStrategy The default FindingStrategy which is used to find non-classifier rules.
ReturnAllCombiningStrategy Returns an array containing the results from all of the rules.
ReturnAndCombiningStrategy Returns the logical AND of all the results.
ReturnFirstCombiningStrategy Returns the first result.
ReturnLastCombiningStrategy Returns the last result.
ReturnOrCombiningStrategy Returns the logical OR of all the results.
StrategyHelper A general helper class for use by strategy implementations.
ThrowViolationCombiningStrategy Throws a ConstraintViolationException containing all failing ConstraintReturns if any results are false.