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