Class AbstractLoadMetric

java.lang.Object
org.jboss.modcluster.load.metric.impl.AbstractLoadMetric
All Implemented Interfaces:
LoadMetric, LoadMetricMBean
Direct Known Subclasses:
AbstractMBeanLoadMetric, ActiveSessionsLoadMetric, AverageSystemLoadMetric, BusyConnectorsLoadMetric, HeapMemoryUsageLoadMetric, ReceiveTrafficLoadMetric, RequestCountLoadMetric, SendTrafficLoadMetric

public abstract class AbstractLoadMetric extends Object implements LoadMetric
Abstract LoadMetric implementation with basic mutators/accessors.
Author:
Paul Ferraro