Package com.apama.jmon
Class MatchEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- com.apama.jmon.MatchEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class MatchEvent extends java.util.EventObjectRepresents a match against an event expression registered in the Correlator. The source is a reference to theEventExpressionobject that was registered.- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EventgetMatchingEvent(java.lang.String key)Get one of the co-assigned Events that caused the match.java.util.HashMapgetMatchingEvents()Get the set of co-assigned Events that caused the match.
 
- 
- 
- 
Method Detail- 
getMatchingEventspublic java.util.HashMap getMatchingEvents() Get the set of co-assigned Events that caused the match.- Returns:
- A Map of the co-assigned Event objects that hold the values that matched the EventExpression.
 
 - 
getMatchingEventpublic Event getMatchingEvent(java.lang.String key) Get one of the co-assigned Events that caused the match.- Parameters:
- key- The name of a co-assigned variable from the EventExpression.
- Returns:
- The value of the co-assigned variable (an Event object) that matched in the EventExpression.
 
 
- 
 
-