com.ibm.eNetwork.beans.HOD.event Class MacroTraceEvent

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER |  FIELD |  CONSTR |  METHOD DETAIL:   FIELD |  CONSTR |  METHOD


java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.eNetwork.beans.HOD.event.HODEvent
              |
              +--
com.ibm.eNetwork.beans.HOD.event.MacroTraceEvent

      
All Implemented Interfaces:
java.io.Serializable
public class MacroTraceEvent
extends com.ibm.eNetwork.beans.HOD.event.HODEvent

Event fired to MacroRuntimeListener.macroTraceEvent(). Fired if the Macro bean processes a trace command during a macro play.

See Also:
Serialized Form

Field Summary
static int TRACE_HOD           Trace data will be sent to the trace facility.
static int TRACE_SYSOUT           Trace data will be sent to the command line.
static int TRACE_USER           Trace data will be fired to any registered listeners.

 

Constructor Summary
MacroTraceEvent ( Macro macro, int argType, java.lang.String argData)           Constructs a working instance of a macro trace event.

 

Method Summary
 java.lang.String getData ()           Returns the data text for the trace event.
 int getType ()           Returns the trace type for the trace event.

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

TRACE_HOD



public static final int 
TRACE_HOD

         

TRACE_USER



public static final int 
TRACE_USER

         

TRACE_SYSOUT



public static final int 
TRACE_SYSOUT

         

Constructor Detail

MacroTraceEvent



public 
MacroTraceEvent(
Macro macro,
                       int argType,
                       java.lang.String argData)

Method Detail

getData



public java.lang.String 
getData()

getType



public int 
getType()

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER |  FIELD |  CONSTR |  METHOD DETAIL:   FIELD |  CONSTR |  METHOD