Apache CXF API

Uses of Class
org.apache.cxf.management.counters.MessageHandlingTimeRecorder

Packages that use MessageHandlingTimeRecorder
org.apache.cxf.management.counters   
 

Uses of MessageHandlingTimeRecorder in org.apache.cxf.management.counters
 

Methods in org.apache.cxf.management.counters with parameters of type MessageHandlingTimeRecorder
 Counter CounterRepository.createCounter(ObjectName on, MessageHandlingTimeRecorder mhtr)
           
 void ResponseTimeCounter.increase(MessageHandlingTimeRecorder mhtr)
           
 void Counter.increase(MessageHandlingTimeRecorder mhtr)
           
 void PerformanceCounter.increase(MessageHandlingTimeRecorder mhtr)
           
 void CounterRepository.increaseCounter(ObjectName on, MessageHandlingTimeRecorder mhtr)
           
 


Apache CXF API

Apache CXF