|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.TraceLine
class TraceLine
This class contains the attributes of each line of trace.
Field Summary | |
---|---|
protected java.lang.String |
component
name of the component |
protected int |
level
level of trace |
protected java.lang.String |
line
text information |
protected java.util.Calendar |
moment
moment where the line was originated |
protected java.lang.String |
stack
stack dump |
protected java.lang.String |
thrdName
name of the thread |
protected java.lang.String |
tId
terminal id |
protected int |
type
type of trace |
Constructor Summary | |
---|---|
TraceLine(java.lang.String aComponent,
int lv,
int tp,
java.lang.String ln,
java.lang.String th,
java.lang.String stk,
java.lang.String id,
java.util.Calendar aMoment)
|
Method Summary | |
---|---|
java.lang.String |
getComponent()
Returns the value of the component property. |
int |
getLevel()
Returns the value of the level property. |
java.lang.String |
getLine()
Returns the value of the line property. |
java.util.Calendar |
getMoment()
Returns the value of the moment property. |
java.lang.String |
getStack()
Returns the value of the stack property. |
java.lang.String |
getThrdName()
Returns the value of the thrdName property. |
java.lang.String |
getTID()
Returns the value of the TID property. |
int |
getType()
Returns the value of the type property. |
void |
setComponent(java.lang.String newComponent)
Sets the value of the component property. |
void |
setLevel(int lv)
Sets the value of the level property. |
void |
setLine(java.lang.String ln)
Sets the value of the line property. |
void |
setStack(java.lang.String stk)
Sets the value of the stack property. |
void |
setThrdName(java.lang.String th)
Sets the value of the thrdName property. |
void |
setTID(java.lang.String id)
Sets the value of the TID property. |
void |
setType(int newType)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String component
protected int type
protected int level
protected java.lang.String line
protected java.lang.String thrdName
protected java.lang.String stack
protected java.lang.String tId
protected java.util.Calendar moment
Constructor Detail |
---|
public TraceLine(java.lang.String aComponent, int lv, int tp, java.lang.String ln, java.lang.String th, java.lang.String stk, java.lang.String id, java.util.Calendar aMoment)
Method Detail |
---|
public java.lang.String getComponent()
public int getLevel()
public java.lang.String getLine()
public java.util.Calendar getMoment()
public java.lang.String getStack()
public java.lang.String getThrdName()
public java.lang.String getTID()
public int getType()
public void setComponent(java.lang.String newComponent)
newComponent
- String The new value of the propertypublic void setLevel(int lv)
lv
- int - The new value of the propertypublic void setLine(java.lang.String ln)
ln
- java.lang.String - The new value of the propertypublic void setStack(java.lang.String stk)
stk
- java.lang.String - The new value of the propertypublic void setThrdName(java.lang.String th)
th
- java.lang.String - The new value of the propertypublic void setTID(java.lang.String id)
id
- java.lang.String - The new value of the propertypublic void setType(int newType)
newType
- int - The new value of the property
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |