|
IDebug © 1997-2001 Joseph Kiniry © 2000-2001 KindSoftware © 1997-1999 Caltech All Rights Reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--idebug.Event
Event is a utility base class from which all log/monitoring events can derive or have embedded.
| Constructor Summary | |
Event(java.lang.String sourceH,
java.lang.String sourceC,
java.lang.String desc,
java.lang.String t,
int l)
This the standard constructor for Event. |
|
| Method Summary | |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
Is this event equal to another one? |
java.util.Date |
getCreationDate()
When was this event generated? |
java.lang.String |
getDescription()
What is the description of this event? |
int |
getLevel()
How important is this event? |
java.lang.String |
getSourceComponent()
What is the source component of this event? |
java.lang.String |
getSourceHost()
What is the source system of this event? |
java.lang.String |
getType()
What type of event is this? |
java.lang.String |
toString()
What is a printable representation of this event? |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Event(java.lang.String sourceH,
java.lang.String sourceC,
java.lang.String desc,
java.lang.String t,
int l)
This the standard constructor for Event. No other constructor can be legally used.
sourceH - The source host for the event.sourceC - The source component for the event.desc - An English description of the event.t - The type of the event.l - The level of the event.| Method Detail |
public java.lang.String toString()
What is a printable representation of this event?
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
Is this event equal to another one?
equals in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String getSourceHost()
What is the source system of this event?
public java.lang.String getSourceComponent()
What is the source component of this event?
public java.util.Date getCreationDate()
When was this event generated?
public java.lang.String getDescription()
What is the description of this event?
public java.lang.String getType()
What type of event is this?
DebugConstantspublic int getLevel()
How important is this event?
|
IDebug © 1997-2001 Joseph Kiniry © 2000-2001 KindSoftware © 1997-1999 Caltech All Rights Reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||