com.ibm.di.api
Class CIEvent

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

public class CIEvent
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
CIEvent(String aType, String aId, Object aData, String aConfigInstanceId, long aStarted, String aGUID, boolean aCreateTS)
           
 
Method Summary
 boolean createTombstone()
           
 String getGUID()
           
 long getStarted()
           
 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

CIEvent

public CIEvent(String aType,
               String aId,
               Object aData,
               String aConfigInstanceId,
               long aStarted,
               String aGUID,
               boolean aCreateTS)
        throws DIException
Throws:
DIException
Method Detail

getStarted

public long getStarted()

getGUID

public String getGUID()

createTombstone

public boolean createTombstone()

toString

public String toString()
Overrides:
toString in class DIEvent