All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
com.ibm.eNetwork.beans.HOD.trace.TraceEvent
- public class TraceEvent
Event fired to notify listeners that a trace event has occurred.
For Personal Communications, members of the com.ibm.eNetwork.beans.HOD.trace
package are non-operative because trace information is produced by a mechanism not
compatible with JAVA.
-
ERROR
- Event type of ERROR message
-
HIDE
- Event type of HIDE
-
INFORMATIONAL
- Event type of INFORMATIONAL message
-
LEVEL
- Event type of LEVEL
-
LOGEXCEPTION
- Event type of LOGEXCEPTION
-
LOGMESSAGE
- Event type of LOGMESSAGE
-
REGISTER
- Event type of REGISTER
-
SHOW
- Event type of SHOW
-
TRACEENTRY
- Event type of TRACEENTRY
-
TRACEEXIT
- Event type of TRACEEXIT
-
TRACEMESSAGE
- Event type of TRACEMESSAEG
-
UNREGISTER
- Event type of UNREGISTER
-
WARNING
- Event type of WARNING message
-
TraceEvent(Object, ECLTraceEvent)
- Constructor for generating a new TraceEvent.
-
TraceEvent(Object, TraceProducer, int, String)
- Constructor for generating a new TraceEvent.
-
TraceEvent(Object, TraceProducer, int, String, String)
- Constructor for generating a new TraceEvent.
-
TraceEvent(Object, TraceProducer, int, String, String, Exception)
- Constructor for generating a new TraceEvent.
-
TraceEvent(Object, TraceProducer, int, String, String, int, String)
- Constructor for generating a new TraceEvent.
-
TraceEvent(Object, TraceProducer, int, String, String, String, String)
- Constructor for generating a new TraceEvent.
-
getClassName()
- Returns the name of the class
-
getCorrelator()
- Returns the correlator
-
getException()
- Returns the exception
-
getMethod()
- Returns the method name
-
getMsgType()
- Returns the message type
-
getProduct()
- Returns the product
-
getThreadID()
- Returns the ThreadID
-
getTraceName()
- Returns the trace identifier string for this trace event
-
getTraceProducer()
- Returns the Producer of the event
-
getTraceString()
- Returns the actual trace message
-
getType()
- Returns the event type
REGISTER
public static final int REGISTER
- Event type of REGISTER
UNREGISTER
public static final int UNREGISTER
- Event type of UNREGISTER
TRACEENTRY
public static final int TRACEENTRY
- Event type of TRACEENTRY
TRACEEXIT
public static final int TRACEEXIT
- Event type of TRACEEXIT
TRACEMESSAGE
public static final int TRACEMESSAGE
- Event type of TRACEMESSAEG
LOGEXCEPTION
public static final int LOGEXCEPTION
- Event type of LOGEXCEPTION
LOGMESSAGE
public static final int LOGMESSAGE
- Event type of LOGMESSAGE
SHOW
public static final int SHOW
- Event type of SHOW
HIDE
public static final int HIDE
- Event type of HIDE
INFORMATIONAL
public static final int INFORMATIONAL
- Event type of INFORMATIONAL message
WARNING
public static final int WARNING
- Event type of WARNING message
ERROR
public static final int ERROR
- Event type of ERROR message
LEVEL
public static final int LEVEL
- Event type of LEVEL
TraceEvent
public TraceEvent(Object src,
ECLTraceEvent e)
- Constructor for generating a new TraceEvent.
- Parameters:
- source - The source of the event.
- e - An ECLTraceEvent to encapsulate
TraceEvent
public TraceEvent(Object src,
TraceProducer tp,
int Type,
String corr)
- Constructor for generating a new TraceEvent.
- Parameters:
- source - The source of the event.
- tp - The TraceProducer of this event.
- Type - The event type
- corr - The session correlator
TraceEvent
public TraceEvent(Object src,
TraceProducer tp,
int Type,
String corr,
String className,
String method,
String msg)
- Constructor for generating a new TraceEvent.
- Parameters:
- source - The source of the event.
- tp - The TraceProducer of this event.
- Type - The event type
- corr - The session correlator
- className - The className of the object that originated the event
- method - The method of the object that originated the event
- msg - The trace message
TraceEvent
public TraceEvent(Object src,
TraceProducer tp,
int Type,
String corr,
String msg)
- Constructor for generating a new TraceEvent.
- Parameters:
- source - The source of the event.
- tp - The TraceProducer of this event.
- Type - The event type
- corr - The session correlator
- msg - The trace message
TraceEvent
public TraceEvent(Object src,
TraceProducer tp,
int Type,
String corr,
String orig,
Exception e)
- Constructor for generating a new TraceEvent.
- Parameters:
- source - The source of the event.
- tp - The TraceProducer of this event.
- Type - The event type
- corr - The session correlator
- orig - The className of the object that originated the event
- e - The exception
TraceEvent
public TraceEvent(Object src,
TraceProducer tp,
int Type,
String corr,
String orig,
int msgType,
String msg)
- Constructor for generating a new TraceEvent.
- Parameters:
- source - The source of the event.
- tp - The TraceProducer of this event.
- Type - The event type
- corr - The session correlator
- orig - The className of the object that originated the event
- msgType - The message type
- msg - The trace message
getTraceName
public String getTraceName()
- Returns the trace identifier string for this trace event
getTraceString
public String getTraceString()
- Returns the actual trace message
getProduct
public String getProduct()
- Returns the product
getThreadID
public String getThreadID()
- Returns the ThreadID
getException
public Exception getException()
- Returns the exception
getType
public int getType()
- Returns the event type
getCorrelator
public String getCorrelator()
- Returns the correlator
getClassName
public String getClassName()
- Returns the name of the class
getMethod
public String getMethod()
- Returns the method name
getMsgType
public int getMsgType()
- Returns the message type
getTraceProducer
public TraceProducer getTraceProducer()
- Returns the Producer of the event
All Packages Class Hierarchy This Package Previous Next Index