ABLE 2.3.0 07/13/2005 14:21:00

com.ibm.able.rules
Class AbleCorrelationEvent

java.lang.Object
  extended bycom.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.


Field Summary
protected  java.util.HashMap myEventAttributes
           
protected  java.lang.String myEventTypeName
           
protected  java.lang.String myExtendsName
           
 
Constructor Summary
AbleCorrelationEvent(java.lang.String theEventTypeName, java.lang.String theExtendsName, java.util.HashMap theEventAttributes)
          Constructor for AbleCorrelationEvent.
 
Method Summary
 java.util.HashMap getAttributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myEventTypeName

protected java.lang.String myEventTypeName

myExtendsName

protected java.lang.String myExtendsName

myEventAttributes

protected java.util.HashMap myEventAttributes
Constructor Detail

AbleCorrelationEvent

public AbleCorrelationEvent(java.lang.String theEventTypeName,
                            java.lang.String theExtendsName,
                            java.util.HashMap theEventAttributes)
Constructor for AbleCorrelationEvent.

Parameters:
theEventTypeName -
theEventAttributes -
Method Detail

getAttributes

public java.util.HashMap getAttributes()

ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005