org.fusesource.fabric.camel.facade.mbean
Interface CamelThrottleProcessorMBean

All Superinterfaces:
CamelPerformanceCounterMBean, CamelProcessorMBean

public interface CamelThrottleProcessorMBean
extends CamelProcessorMBean


Method Summary
 long getMaximumRequestsPerPeriod()
           
 long getTimePeriodMillis()
           
 void setMaximumRequestsPerPeriod(long maximumRequestsPerPeriod)
           
 void setTimePeriodMillis(long timePeriodMillis)
           
 
Methods inherited from interface org.fusesource.fabric.camel.facade.mbean.CamelProcessorMBean
getCamelId, getProcessorId, getRouteId, getState, start, stop
 
Methods inherited from interface org.fusesource.fabric.camel.facade.mbean.CamelPerformanceCounterMBean
getExchangesCompleted, getExchangesFailed, getExchangesTotal, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureTimestamp, getId, getLastExchangeCompletedTimestamp, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getTotalProcessingTime, isStatisticsEnabled, reset, setStatisticsEnabled
 

Method Detail

getMaximumRequestsPerPeriod

long getMaximumRequestsPerPeriod()

setMaximumRequestsPerPeriod

void setMaximumRequestsPerPeriod(long maximumRequestsPerPeriod)

getTimePeriodMillis

long getTimePeriodMillis()

setTimePeriodMillis

void setTimePeriodMillis(long timePeriodMillis)


Copyright © 2015 Red Hat. All Rights Reserved.