com.ibm.di.api
Class ALEvent

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

public class ALEvent
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
ALEvent(String aType, String aId, Object aData, String aConfigInstanceId, TaskStatistics aStats)
           
ALEvent(String aType, String aId, Object aData, String aConfigInstanceId, TaskStatistics aStats, String aGUID, String aUserMessage)
           
 
Method Summary
 String getGUID()
           
 TaskStatistics getStatistics()
           
 String getUserMessage()
           
 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

ALEvent

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

ALEvent

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

getStatistics

public TaskStatistics getStatistics()

getGUID

public String getGUID()

getUserMessage

public String getUserMessage()

toString

public String toString()
Overrides:
toString in class DIEvent