de.intarsys.tools.monitor
Class MonitorTrace
java.lang.Object
de.intarsys.tools.monitor.AbstractMonitorTrace
de.intarsys.tools.monitor.MonitorTrace
- All Implemented Interfaces:
- ITrace
- Direct Known Subclasses:
- CounterMonitorTrace, MemberMonitorTrace, MemoryMonitorTrace, TimeMonitorTrace
public abstract class MonitorTrace
- extends AbstractMonitorTrace
An abstract superclass to ease implementation of "leaf" monitor trace
objects. These "leaf" monitors take real samples from their domain.
The monitors also implement the concrete algorithm to compute statistics from
the samples taken.
MonitorTrace
public MonitorTrace(Monitor owner)
getConcurrent
public int getConcurrent()
getDifference
public long getDifference()
getFormattedValue
public String getFormattedValue(long value)
getSamples
public List getSamples()
getStart
public long getStart()
getStop
public long getStop()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.