Class CounterRepository
- java.lang.Object
-
- org.apache.cxf.management.counters.CounterRepository
-
public class CounterRepository extends Object
-
-
Constructor Summary
Constructors Constructor Description CounterRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountercreateCounter(ObjectName on)org.apache.cxf.BusgetBus()CountergetCounter(ObjectName on)Map<ObjectName,Counter>getCounters()voidincreaseCounter(ObjectName on, MessageHandlingTimeRecorder mhtr)voidsetBus(org.apache.cxf.Bus b)
-
-
-
Method Detail
-
setBus
public void setBus(org.apache.cxf.Bus b)
-
getBus
public org.apache.cxf.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)
-
-