|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.infrared.agent.integration.ComponentStatistics
An objects which holds the statistics collected by a component monitor.
| Constructor Summary | |
ComponentStatistics(long startTime,
long endTime,
ContextApiTime[] stats)
Creates a new ComponentStatistics with ContextApiTime objects collected between a given startTime and endTime |
|
| Method Summary | |
long |
getEndTime()
Gets the time from which the statistics contained in this object was collected. |
long |
getStartTime()
Gets the time to which the statistics contained in this object was collected. |
ContextApiTime[] |
getStats()
Gets the statistics contained in this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComponentStatistics(long startTime,
long endTime,
ContextApiTime[] stats)
startTime - endTime - stats - | Method Detail |
public long getEndTime()
public long getStartTime()
public ContextApiTime[] getStats()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||