com.ibm.able.rules
Class AbleCorrelationEvent
java.lang.Object
com.ibm.able.rules.AbleCorrelationEvent
- public class AbleCorrelationEvent
- extends java.lang.Object
This class defines a correlation event comprised of
a set of name-type-value attributes.
|
Constructor Summary |
AbleCorrelationEvent(java.lang.String theEventTypeName,
java.lang.String theExtendsName,
java.util.HashMap theEventAttributes)
Constructor for AbleCorrelationEvent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myEventTypeName
protected java.lang.String myEventTypeName
myExtendsName
protected java.lang.String myExtendsName
myEventAttributes
protected java.util.HashMap myEventAttributes
AbleCorrelationEvent
public AbleCorrelationEvent(java.lang.String theEventTypeName,
java.lang.String theExtendsName,
java.util.HashMap theEventAttributes)
- Constructor for AbleCorrelationEvent.
- Parameters:
theEventTypeName - theEventAttributes -
getAttributes
public java.util.HashMap getAttributes()
(C) Copyright IBM Corporation 1999, 2005