Package | Description |
---|---|
info.monitorenter.reflection |
Ancient package with support for displaying any java class data field in a trace.
|
info.monitorenter.util |
Utility classes and generic classes for jchart2d.
|
Modifier and Type | Method and Description |
---|---|
TimeStampedValue[] |
ObjectRecorder.getAttributeHistory(String attributeName)
The History returned by this Method represents the past of the field
specified by attributeName.
|
TimeStampedValue |
ObjectRecorder.getLastValue(String fieldname)
Returns the last recorded value taken from the given field along with the
time stamp identifying the time this value was recored.
|
Modifier and Type | Method and Description |
---|---|
int |
TimeStampedValue.compareTo(TimeStampedValue obj)
Compares the given
TimeStampedValue to this by the internal
getTime() . |
Copyright © 2017. All rights reserved.