|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.websphere.brb.strategy.AcceptAnyFilteringStrategy
Accepts any number of rules which are found and returns them unmodified.
Fields inherited from interface com.ibm.websphere.brb.FilteringStrategy |
ACCEPT_ANY, ACCEPT_FIRST, ACCEPT_LAST, ACCEPT_ONE |
Constructor Summary | |
AcceptAnyFilteringStrategy()
|
Method Summary | |
IRule[] |
filterRules(TriggerPoint tp,
IRule[] rules)
Returns the list of rules unmodified. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AcceptAnyFilteringStrategy()
Method Detail |
public IRule[] filterRules(TriggerPoint tp, IRule[] rules) throws BusinessRuleBeansException
filterRules
in interface FilteringStrategy
com.ibm.websphere.brb.FilteringStrategy
tp
- the trigger point which is used to make this callrules
- a list of rules, possibly empty, which this method can modify and return; will not
be nullBusinessRuleBeansException
- if any exceptions occur
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |