|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.eNetwork.ECL.event.ECLEvent | +--com.ibm.eNetwork.ECL.trace.ECLTraceEvent
Event fired to notify listeners that a trace event has occurred.
Field Summary | |
---|---|
static int |
ERROR
Event type of ERROR message |
static int |
HIDE
Event type of HIDE |
static int |
INFORMATIONAL
Event type of INFORMATIONAL message |
static int |
LEVEL
Event type of LEVEL |
static int |
LOGEXCEPTION
Event type of LOGEXCEPTION |
static int |
LOGMESSAGE
Event type of LOGMESSAGE |
static int |
REGISTER
Event type of REGISTER |
static int |
SHOW
Event type of SHOW |
static int |
TRACEENTRY
Event type of TRACEENTRY |
static int |
TRACEEXIT
Event type of TRACEEXIT |
static int |
TRACEMESSAGE
Event type of TRACEMESSAGE |
static int |
UNREGISTER
Event type of UNREGISTER |
static int |
WARNING
Event type of WARNING message |
Constructor Summary | |
---|---|
ECLTraceEvent(int type,
ECLTraceProducer producer,
java.lang.String corr)
Constructor for generating a new ECLTraceEvent. |
|
ECLTraceEvent(int type,
ECLTraceProducer producer,
java.lang.String corr,
java.lang.String msg)
Constructor for generating a new ECLTraceEvent. |
|
ECLTraceEvent(int type,
ECLTraceProducer producer,
java.lang.String corr,
java.lang.String orig,
java.lang.Exception e)
Constructor for generating a new ECLTraceEvent. |
|
ECLTraceEvent(int type,
ECLTraceProducer producer,
java.lang.String corr,
java.lang.String orig,
int msgType,
java.lang.String msg)
Constructor for generating a new ECLTraceEvent. |
|
ECLTraceEvent(int type,
ECLTraceProducer producer,
java.lang.String corr,
java.lang.String className,
java.lang.String method,
java.lang.String msg)
Constructor for generating a new ECLTraceEvent. |
Method Summary | |
---|---|
java.lang.String |
GetClassName()
Returns the name of the class |
java.lang.String |
GetCorrelator()
Returns the correlator |
java.lang.Exception |
GetException()
Returns the exception |
java.lang.String |
GetMethod()
Returns the method name |
int |
GetMsgType()
Returns the message type |
java.lang.String |
GetProduct()
Returns the product |
java.lang.String |
GetThreadID()
Returns the ThreadID |
java.lang.String |
GetTraceName()
Returns the trace identifier string for this trace event |
ECLTraceProducer |
GetTraceProducer()
Returns the trace producer |
java.lang.String |
GetTraceString()
Returns the actual trace message |
int |
GetType()
Returns the event type |
Methods inherited from class com.ibm.eNetwork.ECL.event.ECLEvent |
---|
GetSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int REGISTER
public static final int UNREGISTER
public static final int TRACEENTRY
public static final int TRACEEXIT
public static final int TRACEMESSAGE
public static final int LOGEXCEPTION
public static final int LOGMESSAGE
public static final int SHOW
public static final int HIDE
public static final int INFORMATIONAL
public static final int WARNING
public static final int ERROR
public static final int LEVEL
Constructor Detail |
public ECLTraceEvent(int type, ECLTraceProducer producer, java.lang.String corr)
type
- The event typeproducer
- The ECLTraceProducer associated with this eventcorr
- The session correlatorpublic ECLTraceEvent(int type, ECLTraceProducer producer, java.lang.String corr, java.lang.String msg)
type
- The event typeproducer
- The ECLTraceProducer associated with this eventcorr
- The session correlatormsg
- The actual trace messagepublic ECLTraceEvent(int type, ECLTraceProducer producer, java.lang.String corr, java.lang.String className, java.lang.String method, java.lang.String msg)
type
- The event typeproducer
- The ECLTraceProducer associated with this eventcorr
- The session correlatorclassName
- The name of the class producing the eventmethod
- The name of the method producing the eventmsg
- The actual trace messagepublic ECLTraceEvent(int type, ECLTraceProducer producer, java.lang.String corr, java.lang.String orig, int msgType, java.lang.String msg)
type
- The event typeproducer
- The ECLTraceProducer associated with this eventcorr
- The session correlatororig
- The component originating the messagemsgType
- The message typemsg
- The actual trace messagepublic ECLTraceEvent(int type, ECLTraceProducer producer, java.lang.String corr, java.lang.String orig, java.lang.Exception e)
type
- The event typeproducer
- The ECLTraceProducer associated with this eventcorr
- The session correlatororig
- The class name of the originatore
- The exception to traceMethod Detail |
public java.lang.String GetTraceName()
public java.lang.String GetTraceString()
public java.lang.String GetProduct()
public java.lang.String GetThreadID()
public java.lang.Exception GetException()
public int GetType()
public java.lang.String GetCorrelator()
public java.lang.String GetClassName()
public java.lang.String GetMethod()
public int GetMsgType()
public ECLTraceProducer GetTraceProducer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |