All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

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


Variable Index

 o TRACE_HOD
Trace data will be sent to HOD's trace facility.
 o TRACE_SYSOUT
Trace data will be sent to the command line.
 o TRACE_USER
Trace data will be fired to any registered listeners.

Constructor Index

 o MacroTraceEvent(Macro, int, String)
Constructs a working instance of a macro trace event.

Method Index

 o getData()
Returns the data text for the trace event.
 o getType()
Returns the trace type for the trace event.

Variables

 o TRACE_HOD
 public static final int TRACE_HOD
Trace data will be sent to HOD's trace facility.

 o TRACE_USER
 public static final int TRACE_USER
Trace data will be fired to any registered listeners.

 o TRACE_SYSOUT
 public static final int TRACE_SYSOUT
Trace data will be sent to the command line.

Constructors

 o MacroTraceEvent
 public MacroTraceEvent(Macro macro,
                        int argType,
                        String argData)
Constructs a working instance of a macro trace event.

Parameters:
macro - Macro bean that is the source of the event
argType - trace type for the event
argData - trace data text for the event

Methods

 o getData
 public String getData()
Returns the data text for the trace event.

Returns:
trace data string
 o getType
 public int getType()
Returns the trace type for the trace event.

Returns:
trace type

All Packages  Class Hierarchy  This Package  Previous  Next  Index