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 java.lang.String PERFORMANCE_COUNTER
           
 
Method Summary
 java.lang.Number getNumInvocations()
           
 void increase(MessageHandlingTimeRecorder mhtr)
           
 
Methods inherited from interface org.apache.cxf.management.ManagedComponent
getObjectName
 

Field Detail

PERFORMANCE_COUNTER

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

increase

void increase(MessageHandlingTimeRecorder mhtr)

getNumInvocations

java.lang.Number getNumInvocations()

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.