com.ibm.di.event
Class ThreadEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.awt.AWTEvent
          extended by java.awt.event.ActionEvent
              extended by com.ibm.di.event.ThreadEvent
All Implemented Interfaces:
java.io.Serializable

public class ThreadEvent
extends java.awt.event.ActionEvent

See Also:
Serialized Form

Field Summary
static java.lang.String RT_LASTEXIT
           
static java.lang.String RT_LASTSTARTED
           
static java.lang.String RT_LASTSTATUS
           
static int TE_ALSTART
           
static int TE_ALSTOP
           
static int TE_LOGMSG
           
static java.lang.String[] TE_MAP
           
static int TE_PLSTART
           
static int TE_PLSTOP
           
static int TE_UNKNOWN
           
 
Fields inherited from class java.awt.event.ActionEvent
ACTION_FIRST, ACTION_LAST, ACTION_PERFORMED, ALT_MASK, CTRL_MASK, META_MASK, SHIFT_MASK
 
Fields inherited from class java.awt.AWTEvent
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASK
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ThreadEvent(java.lang.Object source, int eventid, java.lang.String text, java.lang.Exception exception)
           
 
Method Summary
 int getThreadEvent()
           
 java.lang.String getThreadEventText()
           
 java.lang.Exception getThreadException()
           
 java.lang.String getThreadText()
           
 boolean normalTermination()
           
 boolean terminated()
           
 java.lang.String toString()
           
 
Methods inherited from class java.awt.event.ActionEvent
getActionCommand, getModifiers, getWhen, paramString
 
Methods inherited from class java.awt.AWTEvent
consume, getID, isConsumed, setSource
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RT_LASTSTARTED

public static final java.lang.String RT_LASTSTARTED
See Also:
Constant Field Values

RT_LASTEXIT

public static final java.lang.String RT_LASTEXIT
See Also:
Constant Field Values

RT_LASTSTATUS

public static final java.lang.String RT_LASTSTATUS
See Also:
Constant Field Values

TE_UNKNOWN

public static final int TE_UNKNOWN
See Also:
Constant Field Values

TE_ALSTART

public static final int TE_ALSTART
See Also:
Constant Field Values

TE_PLSTART

public static final int TE_PLSTART
See Also:
Constant Field Values

TE_ALSTOP

public static final int TE_ALSTOP
See Also:
Constant Field Values

TE_PLSTOP

public static final int TE_PLSTOP
See Also:
Constant Field Values

TE_LOGMSG

public static final int TE_LOGMSG
See Also:
Constant Field Values

TE_MAP

public static final java.lang.String[] TE_MAP
Constructor Detail

ThreadEvent

public ThreadEvent(java.lang.Object source,
                   int eventid,
                   java.lang.String text,
                   java.lang.Exception exception)
Method Detail

getThreadEvent

public int getThreadEvent()

getThreadEventText

public java.lang.String getThreadEventText()

getThreadException

public java.lang.Exception getThreadException()

getThreadText

public java.lang.String getThreadText()

terminated

public boolean terminated()

normalTermination

public boolean normalTermination()

toString

public java.lang.String toString()
Overrides:
toString in class java.awt.AWTEvent