public class CounterRepository extends Object
Constructor and Description |
---|
CounterRepository() |
Modifier and Type | Method and Description |
---|---|
Counter |
createCounter(ObjectName on) |
Bus |
getBus() |
Counter |
getCounter(ObjectName on) |
Map<ObjectName,Counter> |
getCounters() |
void |
increaseCounter(ObjectName on,
MessageHandlingTimeRecorder mhtr) |
void |
setBus(Bus b) |
public void setBus(Bus b)
public 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