|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.api.Tombstone
public class Tombstone
This class is used to represent tombstone objects. Tombstone objects contain information for the termination of an AssemblyLine, EventHandler or Config Instance.
Field Summary | |
---|---|
static String |
PROPERTY_NAME_COMPONENT_NAME
|
static String |
PROPERTY_NAME_COMPONENT_TYPE_ID
|
static String |
PROPERTY_NAME_CONFIGURATION
|
static String |
PROPERTY_NAME_CREATED_ON
|
static String |
PROPERTY_NAME_ERROR_DESCR
|
static String |
PROPERTY_NAME_EVENT_TYPE_ID
|
static String |
PROPERTY_NAME_EXIT_CODE
|
static String |
PROPERTY_NAME_GUID
|
static String |
PROPERTY_NAME_START_TIME
|
static String |
PROPERTY_NAME_STAT
|
static String |
PROPERTY_NAME_USER_MESSAGE
|
Constructor Summary | |
---|---|
Tombstone(Map aData)
Construct tombstone object from a map, containg tombstone properties. |
Method Summary | |
---|---|
String |
getComponentName()
Returns the name of the tombstone component (Config Instance, AssemblyLine or EventHandler). |
int |
getComponentTypeID()
Returns component type ID. |
String |
getConfiguration()
Returns the name of the configuration to which the AssemblyLine or EventHandler belonged. |
String |
getErrorDescription()
Returns error description in case of abnormal tombstone component termination. |
int |
getEventTypeID()
Returns event type ID. |
int |
getExitCode()
Returns status indicator for how the tombstone component terminated. |
String |
getGUID()
Returns tombstone Global Unique Identifier (GUID). |
Date |
getStartTime()
Returns the start time of current tombstone component object (Config Instance, AssemblyLine or EventHandler). |
Entry |
getStatistics()
Returns AssemblyLine's Entry statistis object. |
Date |
getTombstoneCreateTime()
Returns tombstone record creation time. |
String |
getUserMessage()
Returns the user specified tombstone message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_NAME_COMPONENT_TYPE_ID
public static final String PROPERTY_NAME_EVENT_TYPE_ID
public static final String PROPERTY_NAME_START_TIME
public static final String PROPERTY_NAME_CREATED_ON
public static final String PROPERTY_NAME_COMPONENT_NAME
public static final String PROPERTY_NAME_CONFIGURATION
public static final String PROPERTY_NAME_EXIT_CODE
public static final String PROPERTY_NAME_ERROR_DESCR
public static final String PROPERTY_NAME_STAT
public static final String PROPERTY_NAME_GUID
public static final String PROPERTY_NAME_USER_MESSAGE
Constructor Detail |
---|
public Tombstone(Map aData)
Method Detail |
---|
public int getComponentTypeID()
public int getEventTypeID()
public Date getStartTime()
public Date getTombstoneCreateTime()
public String getComponentName()
public String getConfiguration()
public int getExitCode()
public String getErrorDescription()
public String getGUID()
public Entry getStatistics()
public String getUserMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |