Apache CXF API

org.apache.cxf.management.counters
Class CounterRepository

java.lang.Object
  extended by org.apache.cxf.management.counters.CounterRepository

public class CounterRepository
extends Object


Constructor Summary
CounterRepository()
           
 
Method Summary
 Counter createCounter(ObjectName on, MessageHandlingTimeRecorder mhtr)
           
 Bus getBus()
           
 Counter getCounter(ObjectName on)
           
 Map<ObjectName,Counter> getCounters()
           
 void increaseCounter(ObjectName on, MessageHandlingTimeRecorder mhtr)
           
 void setBus(Bus b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterRepository

public CounterRepository()
Method Detail

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 API

Apache CXF