Package org.apache.commons.monitoring.impl.values

Class Summary
AbstractStatValue<T extends StatValue> A simple implementation of StatValue.
CompositeCounter A composite implementation of Counter that delegates to a primary implementation and maintains a collection of secondary counters.
CompositeGauge A composite implementation of Gauge that delegates to a primary implementation and maintains a collection of secondary Gauges.
ThreadSafeCounter Thread-safe implementation of Counter, based on synchronized methods.
ThreadSafeGauge Thread-safe implementation of Gauge, based on synchronized methods.
 



Copyright © 2008 The Apache Software Foundation. All Rights Reserved.