org.apache.cxf.management.counters
Class CounterRepository
java.lang.Object
org.apache.cxf.management.counters.CounterRepository
public class CounterRepository
- extends java.lang.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 java.util.Map<javax.management.ObjectName,Counter> getCounters()
increaseCounter
public void increaseCounter(javax.management.ObjectName on,
MessageHandlingTimeRecorder mhtr)
getCounter
public Counter getCounter(javax.management.ObjectName on)
createCounter
public Counter createCounter(javax.management.ObjectName on,
MessageHandlingTimeRecorder mhtr)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.