public class NamedWindowOnMergeView extends NamedWindowOnExprBaseView
EMPTY_VIEW_ARRAY
Constructor and Description |
---|
NamedWindowOnMergeView(NamedWindowLookupStrategy lookupStrategy,
NamedWindowRootViewInstance rootView,
ExprEvaluatorContext exprEvaluatorContext,
NamedWindowOnMergeViewFactory parent) |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType()
Provides metadata information about the type of object the event collection contains.
|
void |
handleMatching(EventBean[] triggerEvents,
EventBean[] matchingEvents)
Implemented by on-trigger views to action on the combination of trigger and matching events in the named window.
|
java.util.Iterator<EventBean> |
iterator()
Allows iteration through all elements in this event collection.
|
getExprEvaluatorContext, stop, update
addView, addView, dumpChildViews, dumpUpdateParams, dumpUpdateParams, findDescendent, findViewIndex, getParent, getViews, hasViews, removeAllViews, removeView, removeView, setParent, updateChildren
public NamedWindowOnMergeView(NamedWindowLookupStrategy lookupStrategy, NamedWindowRootViewInstance rootView, ExprEvaluatorContext exprEvaluatorContext, NamedWindowOnMergeViewFactory parent)
public void handleMatching(EventBean[] triggerEvents, EventBean[] matchingEvents)
NamedWindowOnExprBaseView
handleMatching
in class NamedWindowOnExprBaseView
triggerEvents
- is the trigger events (usually 1)matchingEvents
- is the matching events retrieved via lookup strategypublic EventType getEventType()
EventCollection
public java.util.Iterator<EventBean> iterator()
EventCollection