org.mule.util.counters.impl
Class InstantRate

java.lang.Object
  extended byorg.mule.util.counters.impl.AbstractCounter
      extended byorg.mule.util.counters.impl.AggregateCounter
          extended byorg.mule.util.counters.impl.InstantRate
All Implemented Interfaces:
Counter

public class InstantRate
extends AggregateCounter


Constructor Summary
InstantRate(String name, AbstractCounter base)
           
 
Method Summary
 void doCompute()
           
 double nextValue()
          Compute and return the value of the counter.
 
Methods inherited from class org.mule.util.counters.impl.AggregateCounter
compute, decrement, getBase, increment, incrementBy, setRawValue
 
Methods inherited from class org.mule.util.counters.impl.AbstractCounter
addAggregate, getName, getType, propagate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstantRate

public InstantRate(String name,
                   AbstractCounter base)
Method Detail

nextValue

public double nextValue()
Description copied from interface: Counter
Compute and return the value of the counter.

Specified by:
nextValue in interface Counter
Specified by:
nextValue in class AggregateCounter

doCompute

public void doCompute()
Specified by:
doCompute in class AggregateCounter


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.