public class CounterRepository extends Object
| Constructor and Description |
|---|
CounterRepository() |
| Modifier and Type | Method and Description |
|---|---|
Counter |
createCounter(ObjectName on) |
org.apache.cxf.Bus |
getBus() |
Counter |
getCounter(ObjectName on) |
Map<ObjectName,Counter> |
getCounters() |
void |
increaseCounter(ObjectName on,
MessageHandlingTimeRecorder mhtr) |
void |
setBus(org.apache.cxf.Bus b) |
public void setBus(org.apache.cxf.Bus b)
public org.apache.cxf.Bus getBus()
public Map<ObjectName,Counter> getCounters()
public void increaseCounter(ObjectName on, MessageHandlingTimeRecorder mhtr)
public Counter getCounter(ObjectName on)
public Counter createCounter(ObjectName on)
Apache CXF