IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.websphere.brb.strategy

Class Summary
StrategyHelperA general helper class for use by strategy implementations.
ReturnOrCombiningStrategyReturns the logical OR of all the results.
AcceptOneFilteringStrategyEnsures that there is exactly one rule which is found.
ReturnAllCombiningStrategyReturns an array containing the results from all of the rules.
DefaultFiringStrategyThe default implementation of the FiringStrategy interface.
AcceptLastFilteringStrategyReturns only the last rule which is given; if zero rules are given, throws a NoRulesFoundException.
DefaultNonClassifierFindingStrategyThe default FindingStrategy which is used to find non-classifier rules.
ReturnAndCombiningStrategyReturns the logical AND of all the results.
AcceptFirstFilteringStrategyReturns only the first rule which is given; if zero rules are given, throws a NoRulesFoundException.
DefaultClassifierFindingStrategyThe default FindingStrategy which is used to find classifier rules.
AcceptAnyFilteringStrategyAccepts any number of rules which are found and returns them unmodified.
ThrowViolationCombiningStrategyThrows a ConstraintViolationException containing all failing ConstraintReturns if any results are false.
ReturnLastCombiningStrategyReturns the last result.
ReturnFirstCombiningStrategyReturns the first result.



IBM WebSphere Application ServerTM
Release 6