org.apache.cxf.management.counters
Class CounterRepository
java.lang.Object
org.apache.cxf.management.counters.CounterRepository
public class CounterRepository
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CounterRepository
public CounterRepository()
setBus
public void setBus(Bus b)
getBus
public Bus getBus()
getCounters
public Map<ObjectName,Counter> getCounters()
increaseCounter
public void increaseCounter(ObjectName on,
MessageHandlingTimeRecorder mhtr)
getCounter
public Counter getCounter(ObjectName on)
createCounter
public Counter createCounter(ObjectName on,
MessageHandlingTimeRecorder mhtr)
Apache CXF