org.apache.camel.api.management.mbean
Interface ManagedCounterMBean

All Known Subinterfaces:
ManagedCamelContextMBean, ManagedDelayerMBean, ManagedIdempotentConsumerMBean, ManagedPerformanceCounterMBean, ManagedProcessorMBean, ManagedRouteMBean, ManagedSendProcessorMBean, ManagedSuspendableRouteMBean, ManagedThrottlerMBean
All Known Implementing Classes:
ManagedBeanProcessor, ManagedCamelContext, ManagedCounter, ManagedDelayer, ManagedIdempotentConsumer, ManagedPerformanceCounter, ManagedProcessor, ManagedRoute, ManagedSendProcessor, ManagedSuspendableRoute, ManagedThrottler

public interface ManagedCounterMBean


Method Summary
 long getExchangesTotal()
           
 void reset()
           
 

Method Detail

reset

@ManagedOperation(description="Reset counters")
void reset()

getExchangesTotal

@ManagedAttribute(description="Total number of exchanges")
long getExchangesTotal()
                       throws Exception
Throws:
Exception


Apache CAMEL