org.mule.util.counters.impl
Class CounterFactoryImpl
java.lang.Object
org.mule.util.counters.impl.CounterFactoryImpl
public final class CounterFactoryImpl
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCounter
public static Counter getCounter(java.lang.String name)
createCounter
public static Counter createCounter(java.lang.String name,
java.lang.String first,
java.lang.String second,
CounterFactory.Type type,
boolean visible)
getCounters
public static java.util.Iterator getCounters()
internalCreateCounter
protected static AbstractCounter internalCreateCounter(java.lang.String name,
java.lang.String first,
java.lang.String second,
CounterFactory.Type type,
boolean visible)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.