Uses of Interface
org.mule.util.counters.Counter

Packages that use Counter
org.mule.util.counters   
org.mule.util.counters.impl   
 

Uses of Counter in org.mule.util.counters
 

Methods in org.mule.util.counters that return Counter
static Counter CounterFactory.createCounter(String name, CounterFactory.Type type)
          Create a new public counter of the given type.
static Counter CounterFactory.createCounter(String name, CounterFactory.Type type, boolean visible)
          Create a new counter of the given type and visibility.
static Counter CounterFactory.createCounter(String name, String base, CounterFactory.Type type)
          Create a new public aggregate counter of the given type.
static Counter CounterFactory.createCounter(String name, String base, CounterFactory.Type type, boolean visible)
          Create a new aggregate counter of the given type and visibility.
static Counter CounterFactory.createCounter(String name, String first, String second, CounterFactory.Type type)
          Create a new public aggregate counter of the given type.
static Counter CounterFactory.createCounter(String name, String first, String second, CounterFactory.Type type, boolean visible)
          Create a new aggregate counter of the given type and visibility.
static Counter CounterFactory.getCounter(String name)
          Search the defined counters for a counter of the given name.
 

Uses of Counter in org.mule.util.counters.impl
 

Classes in org.mule.util.counters.impl that implement Counter
 class AbstractCounter
           
 class AggregateCounter
           
 class Average
           
 class Delta
           
 class InstantRate
           
 class Max
           
 class Min
           
 class Number
           
 class Operator
           
 class RatePerUnit
           
 class Sum
           
 class TimeAverage
           
 

Methods in org.mule.util.counters.impl that return Counter
static Counter CounterFactoryImpl.createCounter(String name, String first, String second, CounterFactory.Type type, boolean visible)
           
 Counter AggregateCounter.getBase()
           
static Counter CounterFactoryImpl.getCounter(String name)
           
 



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