| Package | Description |
|---|---|
| de.intarsys.tools.monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeMonitorTrace
A monitor that composes any number of other monitors.
|
class |
CounterMonitorTrace
Access a counter object to take the sample.
|
class |
MemberMonitorTrace
Access a field or method member of a class to take the sample.
|
class |
MemoryMonitorTrace
A trace that records heap size samples (approximately)
|
class |
MonitorTrace
An abstract superclass to ease implementation of "leaf" monitor trace
objects.
|
class |
TimeMonitorTrace
A trace for taking time samples while executing.
|
| Constructor and Description |
|---|
AbstractMonitorSample(AbstractMonitorTrace trace,
String description) |
MonitorSample(AbstractMonitorTrace trace,
String description,
long value) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.