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

All Superinterfaces:
CamelPerformanceCounterMBean, CamelProcessorMBean

public interface CamelDelayProcessorMBean
extends CamelProcessorMBean


Method Summary
 void constantDelay(java.lang.Integer millis)
           
 java.lang.Long getDelay()
           
 
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

getDelay

java.lang.Long getDelay()

constantDelay

void constantDelay(java.lang.Integer millis)


Copyright © 2015 Red Hat. All Rights Reserved.