com.synametrics.commons.util.logging.perfmon
Class GridRowEntry

java.lang.Object
  |
  +--com.synametrics.commons.util.logging.PerformanceInfo
        |
        +--com.synametrics.commons.util.logging.perfmon.GridRowEntry
All Implemented Interfaces:
java.io.Serializable

public class GridRowEntry
extends PerformanceInfo

See Also:
Serialized Form

Field Summary
protected  int gridRow
           
 
Fields inherited from class com.synametrics.commons.util.logging.PerformanceInfo
enterClassName, enterMessage, enterTime, exitClassName, exitMessage, exitTime, serialNumber, sourceIP, stackNumber, threadName
 
Constructor Summary
GridRowEntry(int stackNumber, long serialNumber)
           
GridRowEntry(PerformanceInfo aRecord)
           
 
Method Summary
 int getGridRow()
           
 void setGridRow(int newValue)
           
 
Methods inherited from class com.synametrics.commons.util.logging.PerformanceInfo
format, getElapsedTime, getEnterClassName, getEnterMessage, getEnterTime, getExitClassName, getExitMessage, getExitTime, getSerialNumber, getSourceIP, getStackNumber, getThreadName, setEnterClassName, setEnterMessage, setEnterTime, setExitClassName, setExitMessage, setExitTime, setSourceIP, setThreadName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

gridRow

protected int gridRow
Constructor Detail

GridRowEntry

public GridRowEntry(PerformanceInfo aRecord)

GridRowEntry

public GridRowEntry(int stackNumber,
                    long serialNumber)
Method Detail

getGridRow

public int getGridRow()

setGridRow

public void setGridRow(int newValue)