public final class CounterFactoryImpl extends Object
Modifier and Type | Method and Description |
---|---|
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) |
public static Counter createCounter(String name, String first, String second, CounterFactory.Type type, boolean visible)
public static Iterator getCounters()
protected static AbstractCounter internalCreateCounter(String name, String first, String second, CounterFactory.Type type, boolean visible)
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.