|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.jlf.vitals.VitalSign
|
+--org.jlf.vitals.virtualMachine.TotalMemory
MaximumMemory is a class that periodically
measures the maximum memory in the virtual machine to see if it grows.
VitalSign| Field Summary |
| Fields inherited from class org.jlf.vitals.VitalSign |
childInstances, childVitalKey, isActiveFlag, isParentVital, properties, statistics, timeLastChildInstancesCollected, timeLastVitalMeasurementRegistered, vitalKey |
| Constructor Summary | |
TotalMemory(java.lang.String vitalKey,
VitalSignProperties properties)
Creates the vital sign. |
|
| Method Summary | |
AbstractVitalMeasurement |
basicGetMaximumMeasurement()
Returns the maximum theoritical value of the vital sign. |
protected AbstractVitalMeasurement |
getCurrentMeasurement()
Takes a measurement of the vital sign at the current moment and returns it to the caller. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TotalMemory(java.lang.String vitalKey,
VitalSignProperties properties)
| Method Detail |
protected AbstractVitalMeasurement getCurrentMeasurement()
getCurrentMeasurement in class VitalSignpublic AbstractVitalMeasurement basicGetMaximumMeasurement()
basicGetMaximumMeasurement in class VitalSign
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||