org.mule.util.counters.impl
Class CounterFactoryImpl

java.lang.Object
  extended byorg.mule.util.counters.impl.CounterFactoryImpl

public class CounterFactoryImpl
extends Object

Version:
$Revision: 3798 $
Author:
Guillaume Nodet

Constructor Summary
CounterFactoryImpl()
           
 
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
 

Constructor Detail

CounterFactoryImpl

public CounterFactoryImpl()
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-2006 MuleSource Inc.. All Rights Reserved.