org.mule.util.counters.impl
Class CounterFactoryImpl

java.lang.Object
  extended by org.mule.util.counters.impl.CounterFactoryImpl

public final class CounterFactoryImpl
extends Object


Method Summary
static Counter createCounter(String name, String first, String second, CounterFactory.Type type, boolean visible)
           
static Counter getCounter(String name)
           
static Iterator getCounters()
           
protected static AbstractCounter internalCreateCounter(String name, String first, String second, CounterFactory.Type type, boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCounter

public static Counter getCounter(String name)

createCounter

public static Counter createCounter(String name,
                                    String first,
                                    String second,
                                    CounterFactory.Type type,
                                    boolean visible)

getCounters

public static Iterator getCounters()

internalCreateCounter

protected static AbstractCounter internalCreateCounter(String name,
                                                       String first,
                                                       String second,
                                                       CounterFactory.Type type,
                                                       boolean visible)


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