com.ibm.di.api
Class EHEvent

java.lang.Object
  extended by com.ibm.di.api.DIEvent
      extended by com.ibm.di.api.EHEvent
All Implemented Interfaces:
Serializable

public class EHEvent
extends DIEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.di.api.DIEvent
EVT_AL_START, EVT_AL_STOP, EVT_CI_START, EVT_CI_STOP, EVT_CI_UPDATED, EVT_EH_START, EVT_EH_STOP, EVT_SRV_STOP, EVT_USER_PREFIX
 
Constructor Summary
EHEvent(String aType, String aId, Object aData, String aConfigInstanceId, TaskStatistics aStats)
           
EHEvent(String aType, String aId, Object aData, String aConfigInstanceId, TaskStatistics aStats, String aGUID)
           
 
Method Summary
 String getGUID()
           
 TaskStatistics getStatistics()
           
 String toString()
           
 
Methods inherited from class com.ibm.di.api.DIEvent
getConfigInstanceId, getData, getDateCreated, getId, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EHEvent

public EHEvent(String aType,
               String aId,
               Object aData,
               String aConfigInstanceId,
               TaskStatistics aStats)
        throws DIException
Throws:
DIException

EHEvent

public EHEvent(String aType,
               String aId,
               Object aData,
               String aConfigInstanceId,
               TaskStatistics aStats,
               String aGUID)
        throws DIException
Throws:
DIException
Method Detail

getStatistics

public TaskStatistics getStatistics()

getGUID

public String getGUID()

toString

public String toString()
Overrides:
toString in class DIEvent