|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractMonitorTrace | |
|---|---|
| de.intarsys.tools.monitor | |
| Uses of AbstractMonitorTrace in de.intarsys.tools.monitor |
|---|
| Subclasses of AbstractMonitorTrace in de.intarsys.tools.monitor | |
|---|---|
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. |
| Constructors in de.intarsys.tools.monitor with parameters of type AbstractMonitorTrace | |
|---|---|
AbstractMonitorSample(AbstractMonitorTrace trace,
String description)
|
|
MonitorSample(AbstractMonitorTrace trace,
String description,
long value)
|
|
|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||