Apache CXF API

org.apache.cxf.management.counters
Interface Counter

All Superinterfaces:
ManagedComponent
All Known Implementing Classes:
PerformanceCounter, ResponseTimeCounter

public interface Counter
extends ManagedComponent


Field Summary
static String PERFORMANCE_COUNTER
           
 
Method Summary
 Number getNumInvocations()
           
 void increase(MessageHandlingTimeRecorder mhtr)
           
 
Methods inherited from interface org.apache.cxf.management.ManagedComponent
getObjectName
 

Field Detail

PERFORMANCE_COUNTER

static final String PERFORMANCE_COUNTER
See Also:
Constant Field Values
Method Detail

increase

void increase(MessageHandlingTimeRecorder mhtr)

getNumInvocations

Number getNumInvocations()

Apache CXF API

Apache CXF