|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.websphere.brb.strategy.ReturnLastCombiningStrategy
Returns the last result. If no rules were fired, returns null.
Fields inherited from interface com.ibm.websphere.brb.CombiningStrategy |
RETURN_ALL, RETURN_AND, RETURN_FIRST, RETURN_LAST, RETURN_OR, THROW_VIOLATION |
Constructor Summary | |
ReturnLastCombiningStrategy()
|
Method Summary | |
java.lang.Object |
combineResults(TriggerPoint tp,
java.lang.Object[] results)
Returns the last result. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReturnLastCombiningStrategy()
Method Detail |
public java.lang.Object combineResults(TriggerPoint tp, java.lang.Object[] results)
combineResults
in interface CombiningStrategy
com.ibm.websphere.brb.CombiningStrategy
tp
- the trigger point which is used to make this callresults
- the list of results of firing the rulesBusinessRuleBeansException
- if any exceptions occur
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |