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
| Methods inherited from interface org.apache.cxf.management.ManagedComponent |
getObjectName |
PERFORMANCE_COUNTER
static final String PERFORMANCE_COUNTER
- See Also:
- Constant Field Values
increase
void increase(MessageHandlingTimeRecorder mhtr)
getNumInvocations
Number getNumInvocations()
Apache CXF