Interface Counter
-
- All Superinterfaces:
ManagedComponent
- All Known Implementing Classes:
ResponseTimeCounter
public interface Counter extends ManagedComponent
-
-
Field Summary
Fields Modifier and Type Field Description static StringPERFORMANCE_COUNTER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NumbergetNumInvocations()voidincrease(MessageHandlingTimeRecorder mhtr)booleanisEnabled()-
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()
-
isEnabled
boolean isEnabled()
-
-