org.apache.cxf.management.counters
Interface Counter

All Superinterfaces:
org.apache.cxf.management.ManagedComponent
All Known Implementing Classes:
PerformanceCounter, ResponseTimeCounter

public interface Counter
extends org.apache.cxf.management.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