|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.contiperf.log.InvocationLog
public class InvocationLog
Holds the data of an invocation log entry.
Created: 29.03.2010 12:38:26
| Field Summary | |
|---|---|
java.lang.String |
id
|
int |
latency
|
long |
startTime
|
| Constructor Summary | |
|---|---|
InvocationLog(java.lang.String id,
int latency,
long startTime)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String id
public final int latency
public final long startTime
| Constructor Detail |
|---|
public InvocationLog(java.lang.String id,
int latency,
long startTime)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||