com.ibm.websphere.cem
Class GeneralEventType

java.lang.Object
  extended bycom.ibm.websphere.cem.GeneralEventType

public class GeneralEventType
extends java.lang.Object


Field Summary
static GeneralEventType USER_DATA_EVENT
          An event type for all events created by a user within a java snippet
 
Method Summary
 boolean equals(java.lang.Object other)
          Indicates whether some other object represents the same event type as this object.
 java.lang.String toString()
          Returns the string representing which general event type this object refers to.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USER_DATA_EVENT

public static final GeneralEventType USER_DATA_EVENT
An event type for all events created by a user within a java snippet

Method Detail

equals

public boolean equals(java.lang.Object other)
Indicates whether some other object represents the same event type as this object.

Parameters:
other - the reference object with which to compare
Returns:
true if this object and the reference object represent the same general event type, otherwise false

toString

public java.lang.String toString()
Returns the string representing which general event type this object refers to.

Returns:
A string.