IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class TraceLine

java.lang.Object
  extended by com.ibm.btt.base.TraceLine

 class TraceLine
extends java.lang.Object

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

component

protected java.lang.String component
name of the component


type

protected int type
type of trace


level

protected int level
level of trace


line

protected java.lang.String line
text information


thrdName

protected java.lang.String thrdName
name of the thread


stack

protected java.lang.String stack
stack dump


tId

protected java.lang.String tId
terminal id


moment

protected java.util.Calendar moment
moment where the line was originated

Constructor Detail

TraceLine

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

getComponent

public java.lang.String getComponent()
Returns the value of the component property.

Returns:
String - The current value of component

getLevel

public int getLevel()
Returns the value of the level property.

Returns:
int - The current value of level

getLine

public java.lang.String getLine()
Returns the value of the line property.

Returns:
String - The current value of line

getMoment

public java.util.Calendar getMoment()
Returns the value of the moment property.

Returns:
java.util.Calendar - The current value of moment

getStack

public java.lang.String getStack()
Returns the value of the stack property.

Returns:
String - The current value of stack

getThrdName

public java.lang.String getThrdName()
Returns the value of the thrdName property.

Returns:
String - The current value of thrdName

getTID

public java.lang.String getTID()
Returns the value of the TID property.

Returns:
String - The current value of TID

getType

public int getType()
Returns the value of the type property.

Returns:
int - The current value of type

setComponent

public void setComponent(java.lang.String newComponent)
Sets the value of the component property.

Parameters:
newComponent - String The new value of the property

setLevel

public void setLevel(int lv)
Sets the value of the level property.

Parameters:
lv - int - The new value of the property

setLine

public void setLine(java.lang.String ln)
Sets the value of the line property.

Parameters:
ln - java.lang.String - The new value of the property

setStack

public void setStack(java.lang.String stk)
Sets the value of the stack property.

Parameters:
stk - java.lang.String - The new value of the property

setThrdName

public void setThrdName(java.lang.String th)
Sets the value of the thrdName property.

Parameters:
th - java.lang.String - The new value of the property

setTID

public void setTID(java.lang.String id)
Sets the value of the TID property.

Parameters:
id - java.lang.String - The new value of the property

setType

public void setType(int newType)
Sets the value of the type property.

Parameters:
newType - int - The new value of the property

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010