org.databene.contiperf.report
Class InvocationLog
java.lang.Object
org.databene.contiperf.report.InvocationLog
public class InvocationLog
- extends Object
Holds the data of an invocation log entry.
Created: 29.03.2010 12:38:26
- Since:
- 1.0
- Author:
- Volker Bergmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public final String id
latency
public final int latency
startTime
public final long startTime
InvocationLog
public InvocationLog(String id,
int latency,
long startTime)
Copyright © 2013. All Rights Reserved.