@ManagedResource(description="Managed RecipientList") public class ManagedRecipientList extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedRecipientListMBean
TIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedRecipientList(org.apache.camel.CamelContext context,
org.apache.camel.processor.RecipientList processor,
org.apache.camel.model.RecipientListDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
extendedInformation() |
Integer |
getCacheSize() |
org.apache.camel.model.RecipientListDefinition |
getDefinition() |
String |
getExpression() |
String |
getExpressionLanguage() |
Boolean |
getSupportExtendedInformation() |
Long |
getTimeout() |
String |
getUriDelimiter() |
void |
init(org.apache.camel.spi.ManagementStrategy strategy) |
Boolean |
isParallelAggregate() |
Boolean |
isParallelProcessing() |
Boolean |
isShareUnitOfWork() |
Boolean |
isStopOnException() |
Boolean |
isStreaming() |
void |
reset() |
dumpProcessorAsXml, getCamelId, getCamelManagementName, getContext, getId, getIndex, getInstance, getProcessor, getProcessorId, getRoute, getRouteId, getState, getStepId, setRoute, start, stopcompletedExchange, dumpStatsAsXml, failedExchange, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, processExchange, setStatisticsEnabledgetExchangesTotal, getResetTimestamp, getStartTimestamp, incrementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpProcessorAsXml, getCamelId, getCamelManagementName, getIndex, getProcessorId, getRouteId, getState, getStepId, start, stopdumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabledpublic ManagedRecipientList(org.apache.camel.CamelContext context, org.apache.camel.processor.RecipientList processor, org.apache.camel.model.RecipientListDefinition definition)
public void init(org.apache.camel.spi.ManagementStrategy strategy)
init in class ManagedProcessorpublic void reset()
reset in interface org.apache.camel.api.management.mbean.ManagedCounterMBeanreset in class ManagedPerformanceCounterpublic Boolean getSupportExtendedInformation()
getSupportExtendedInformation in interface org.apache.camel.api.management.mbean.ManagedProcessorMBeangetSupportExtendedInformation in class ManagedProcessorpublic org.apache.camel.model.RecipientListDefinition getDefinition()
getDefinition in class ManagedProcessorpublic String getExpressionLanguage()
getExpressionLanguage in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanpublic String getExpression()
getExpression in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanpublic String getUriDelimiter()
getUriDelimiter in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanpublic Integer getCacheSize()
getCacheSize in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanpublic Boolean isParallelAggregate()
isParallelAggregate in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanpublic Boolean isParallelProcessing()
isParallelProcessing in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanpublic Boolean isStreaming()
isStreaming in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanpublic Boolean isStopOnException()
isStopOnException in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanpublic Boolean isShareUnitOfWork()
isShareUnitOfWork in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanpublic Long getTimeout()
getTimeout in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanpublic TabularData extendedInformation()
extendedInformation in interface org.apache.camel.api.management.mbean.ManagedExtendedInformationextendedInformation in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBeanApache Camel