|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.synametrics.commons.util.logging.PerformanceInfo | +--com.synametrics.commons.util.logging.perfmon.GridRowEntry
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 |
protected int gridRow
Constructor Detail |
public GridRowEntry(PerformanceInfo aRecord)
public GridRowEntry(int stackNumber, long serialNumber)
Method Detail |
public int getGridRow()
public void setGridRow(int newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |