All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
java.lang.Object
|
+----com.ibm.eNetwork.ECL.event.ECLEvent
|
+----com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- public class ECLTraceEvent
- extends ECLEvent
Event fired to notify listeners that a trace event has occurred.
-
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 TRACEMESSAGE
-
UNREGISTER
- Event type of UNREGISTER
-
WARNING
- Event type of WARNING message
-
ECLTraceEvent(int, ECLTraceProducer, String)
- Constructor for generating a new ECLTraceEvent.
-
ECLTraceEvent(int, ECLTraceProducer, String, String)
- Constructor for generating a new ECLTraceEvent.
-
ECLTraceEvent(int, ECLTraceProducer, String, String, Exception)
- Constructor for generating a new ECLTraceEvent.
-
ECLTraceEvent(int, ECLTraceProducer, String, String, int, String)
- Constructor for generating a new ECLTraceEvent.
-
ECLTraceEvent(int, ECLTraceProducer, String, String, String, String)
- Constructor for generating a new ECLTraceEvent.
-
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 trace producer
-
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 TRACEMESSAGE
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
ECLTraceEvent
public ECLTraceEvent(int type,
ECLTraceProducer producer,
String corr)
- Constructor for generating a new ECLTraceEvent.
- Parameters:
- type - The event type
- producer - The ECLTraceProducer associated with this event
- corr - The session correlator
ECLTraceEvent
public ECLTraceEvent(int type,
ECLTraceProducer producer,
String corr,
String msg)
- Constructor for generating a new ECLTraceEvent.
- Parameters:
- type - The event type
- producer - The ECLTraceProducer associated with this event
- corr - The session correlator
- msg - The actual trace message
ECLTraceEvent
public ECLTraceEvent(int type,
ECLTraceProducer producer,
String corr,
String className,
String method,
String msg)
- Constructor for generating a new ECLTraceEvent.
- Parameters:
- type - The event type
- producer - The ECLTraceProducer associated with this event
- corr - The session correlator
- className - The name of the class producing the event
- method - The name of the method producing the event
- msg - The actual trace message
ECLTraceEvent
public ECLTraceEvent(int type,
ECLTraceProducer producer,
String corr,
String orig,
int msgType,
String msg)
- Constructor for generating a new ECLTraceEvent.
- Parameters:
- type - The event type
- producer - The ECLTraceProducer associated with this event
- corr - The session correlator
- orig - The component originating the message
- msgType - The message type
- msg - The actual trace message
ECLTraceEvent
public ECLTraceEvent(int type,
ECLTraceProducer producer,
String corr,
String orig,
Exception e)
- Constructor for generating a new ECLTraceEvent.
- Parameters:
- type - The event type
- producer - The ECLTraceProducer associated with this event
- corr - The session correlator
- orig - The classname of the originator
- e - The exception to trace
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 ECLTraceProducer GetTraceProducer()
- Returns the trace producer
All Packages Class Hierarchy This Package Previous Next Index