|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.apama.jmon.MatchEvent
public class MatchEvent
Represents a match against an event expression registered in the Correlator.
The source is a reference to the EventExpression
object that was registered.
Method Summary | |
---|---|
Event |
getMatchingEvent(java.lang.String key)
Get one of the co-assigned Events that caused the match. |
java.util.HashMap |
getMatchingEvents()
Get the set of co-assigned Events that caused the match. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.util.HashMap getMatchingEvents()
public Event getMatchingEvent(java.lang.String key)
key
- The name of a co-assigned variable from the EventExpression.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |