IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.base
Class TraceThreadInterruptedNotifier

java.lang.Object
  extended bycom.ibm.dse.base.DSENotifier
      extended bycom.ibm.dse.base.TraceThreadInterruptedNotifier
All Implemented Interfaces:
Notifier

class TraceThreadInterruptedNotifier
extends DSENotifier

This class is created to fix PMR 60309. This class is used as a notifier for the trace which signals the event of trace thread interrupted. The notifier name is TraceThreadInterruptedNotifier and the event name is traceThreadInterruptedEvent.


Field Summary
 
Fields inherited from class com.ibm.dse.base.DSENotifier
handlersList, name
 
Constructor Summary
TraceThreadInterruptedNotifier()
          TraceThreadInterruptedNotifier default constructor.
TraceThreadInterruptedNotifier(java.lang.String aName)
          Constructs a TraceThreadInterruptedNotifier instance with a name attribute set to aName.
 
Method Summary
 void traceThreadInterruptedError()
          This method is called when Trace thread is interrupted.
 
Methods inherited from class com.ibm.dse.base.DSENotifier
addHandler, getHandlersList, getName, removeHandler, setName, signalEvent, signalEvent, signalEvent, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceThreadInterruptedNotifier

public TraceThreadInterruptedNotifier()
TraceThreadInterruptedNotifier default constructor.


TraceThreadInterruptedNotifier

public TraceThreadInterruptedNotifier(java.lang.String aName)
Constructs a TraceThreadInterruptedNotifier instance with a name attribute set to aName.

Parameters:
aName - java.lang.String
Method Detail

traceThreadInterruptedError

public void traceThreadInterruptedError()
This method is called when Trace thread is interrupted. It creates a DSEEventObject with a name.


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005